Searched refs:HCuPINT_SOF (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Disp116x-hcd.c341 isp116x->irqenb &= ~HCuPINT_SOF;
602 if (irqstat & (HCuPINT_ATL | HCuPINT_SOF)) {
632 if (irqstat & (HCuPINT_ATL | HCuPINT_SOF)) {
816 isp116x->irqenb |= HCuPINT_SOF;
1152 mask & HCuPINT_SOF ? " sof" : "");
H A Disp116x.h133 #define HCuPINT_SOF (1 << 0) macro
H A Disp1362-hcd.c422 isp1362_enable_int(isp1362_hcd, HCuPINT_SOF);
704 isp1362_enable_int(isp1362_hcd, HCuPINT_SOF);
1036 if (irqstat & HCuPINT_SOF) {
1037 isp1362_hcd->irqenb &= ~HCuPINT_SOF;
1040 svc_mask &= ~HCuPINT_SOF;
1946 mask & HCuPINT_SOF ? " sof" : "");
H A Disp1362.h177 #define HCuPINT_SOF (1 << 0) macro

Completed in 171 milliseconds