Searched refs:irqenb (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Disp116x-hcd.c341 isp116x->irqenb &= ~HCuPINT_SOF;
342 isp116x->irqenb |= HCuPINT_ATL;
636 isp116x_write_reg16(isp116x, HCuPINTENB, isp116x->irqenb);
815 isp116x->irqenb &= ~HCuPINT_ATL;
816 isp116x->irqenb |= HCuPINT_SOF;
818 isp116x->irqenb);
1383 isp116x->irqenb = HCuPINT_ATL | HCuPINT_OPR; /* | HCuPINT_SUSP; */
1385 isp116x_write_reg16(isp116x, HCuPINTENB, isp116x->irqenb);
H A Disp1362-hcd.c117 * When called from the interrupthandler only isp1362_hcd->irqenb is modified,
118 * since the interrupt handler will write isp1362_hcd->irqenb to HCuPINT upon
125 if ((isp1362_hcd->irqenb | mask) == isp1362_hcd->irqenb)
127 if (mask & ~isp1362_hcd->irqenb)
128 isp1362_write_reg16(isp1362_hcd, HCuPINT, mask & ~isp1362_hcd->irqenb);
129 isp1362_hcd->irqenb |= mask;
132 isp1362_write_reg16(isp1362_hcd, HCuPINTENB, isp1362_hcd->irqenb);
1029 DBG(3, "%s: got IRQ %04x:%04x\n", __func__, irqstat, isp1362_hcd->irqenb);
1032 irqstat &= isp1362_hcd->irqenb;
[all...]
H A Disp1362.h493 u16 irqenb; /* uP interrupts */ member in struct:isp1362_hcd
894 ISP1362_REG_NO(ISP1362_REG_HCuPINTENB), isp1362_hcd->irqenb);
H A Disp116x.h267 u16 irqenb; /* uP interrupts */ member in struct:isp116x
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Disp116x-hcd.c341 isp116x->irqenb &= ~HCuPINT_SOF;
342 isp116x->irqenb |= HCuPINT_ATL;
636 isp116x_write_reg16(isp116x, HCuPINTENB, isp116x->irqenb);
815 isp116x->irqenb &= ~HCuPINT_ATL;
816 isp116x->irqenb |= HCuPINT_SOF;
818 isp116x->irqenb);
1383 isp116x->irqenb = HCuPINT_ATL | HCuPINT_OPR; /* | HCuPINT_SUSP; */
1385 isp116x_write_reg16(isp116x, HCuPINTENB, isp116x->irqenb);
H A Disp1362-hcd.c117 * When called from the interrupthandler only isp1362_hcd->irqenb is modified,
118 * since the interrupt handler will write isp1362_hcd->irqenb to HCuPINT upon
125 if ((isp1362_hcd->irqenb | mask) == isp1362_hcd->irqenb)
127 if (mask & ~isp1362_hcd->irqenb)
128 isp1362_write_reg16(isp1362_hcd, HCuPINT, mask & ~isp1362_hcd->irqenb);
129 isp1362_hcd->irqenb |= mask;
132 isp1362_write_reg16(isp1362_hcd, HCuPINTENB, isp1362_hcd->irqenb);
1029 DBG(3, "%s: got IRQ %04x:%04x\n", __func__, irqstat, isp1362_hcd->irqenb);
1032 irqstat &= isp1362_hcd->irqenb;
[all...]
H A Disp1362.h493 u16 irqenb; /* uP interrupts */ member in struct:isp1362_hcd
894 ISP1362_REG_NO(ISP1362_REG_HCuPINTENB), isp1362_hcd->irqenb);
H A Disp116x.h267 u16 irqenb; /* uP interrupts */ member in struct:isp116x

Completed in 180 milliseconds