Searched refs:irqenb (Results 1 - 4 of 4) sorted by last modified time

/drivers/usb/host/
H A Disp116x-hcd.c339 isp116x->irqenb &= ~HCuPINT_SOF;
340 isp116x->irqenb |= HCuPINT_ATL;
635 isp116x_write_reg16(isp116x, HCuPINTENB, isp116x->irqenb);
814 isp116x->irqenb &= ~HCuPINT_ATL;
815 isp116x->irqenb |= HCuPINT_SOF;
817 isp116x->irqenb);
1382 isp116x->irqenb = HCuPINT_ATL | HCuPINT_OPR; /* | HCuPINT_SUSP; */
1384 isp116x_write_reg16(isp116x, HCuPINTENB, isp116x->irqenb);
H A Disp116x.h267 u16 irqenb; /* uP interrupts */ member in struct:isp116x
H A Disp1362-hcd.c112 * When called from the interrupthandler only isp1362_hcd->irqenb is modified,
113 * since the interrupt handler will write isp1362_hcd->irqenb to HCuPINT upon
120 if ((isp1362_hcd->irqenb | mask) == isp1362_hcd->irqenb)
122 if (mask & ~isp1362_hcd->irqenb)
123 isp1362_write_reg16(isp1362_hcd, HCuPINT, mask & ~isp1362_hcd->irqenb);
124 isp1362_hcd->irqenb |= mask;
127 isp1362_write_reg16(isp1362_hcd, HCuPINTENB, isp1362_hcd->irqenb);
1019 DBG(3, "%s: got IRQ %04x:%04x\n", __func__, irqstat, isp1362_hcd->irqenb);
1022 irqstat &= isp1362_hcd->irqenb;
[all...]
H A Disp1362.h488 u16 irqenb; /* uP interrupts */ member in struct:isp1362_hcd
865 ISP1362_REG_NO(ISP1362_REG_HCuPINTENB), isp1362_hcd->irqenb);

Completed in 70 milliseconds