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

/drivers/usb/host/
H A Disp116x-hcd.c339 isp116x->irqenb &= ~HCuPINT_SOF;
600 if (irqstat & (HCuPINT_ATL | HCuPINT_SOF)) {
631 if (irqstat & (HCuPINT_ATL | HCuPINT_SOF)) {
815 isp116x->irqenb |= HCuPINT_SOF;
1151 mask & HCuPINT_SOF ? " sof" : "");
H A Disp116x.h133 #define HCuPINT_SOF (1 << 0) macro
H A Disp1362-hcd.c412 isp1362_enable_int(isp1362_hcd, HCuPINT_SOF);
694 isp1362_enable_int(isp1362_hcd, HCuPINT_SOF);
1026 if (irqstat & HCuPINT_SOF) {
1027 isp1362_hcd->irqenb &= ~HCuPINT_SOF;
1030 svc_mask &= ~HCuPINT_SOF;
1918 mask & HCuPINT_SOF ? " sof" : "");
H A Disp1362.h172 #define HCuPINT_SOF (1 << 0) macro

Completed in 66 milliseconds