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

/drivers/usb/host/
H A Disp116x-hcd.c1146 mask & HCuPINT_CLKRDY ? " clkrdy" : "",
1271 clkrdy = isp116x_read_reg16(isp116x, HCuPINT) & HCuPINT_CLKRDY;
H A Disp116x.h138 #define HCuPINT_CLKRDY (1 << 6) macro
H A Disp1362-hcd.c1161 if (irqstat & HCuPINT_CLKRDY) {
1164 isp1362_hcd->irqenb &= ~HCuPINT_CLKRDY;
1165 svc_mask &= ~HCuPINT_CLKRDY;
1913 mask & HCuPINT_CLKRDY ? " clkrdy" : "",
2342 clkrdy = isp1362_read_reg16(isp1362_hcd, HCuPINT) & HCuPINT_CLKRDY;
2349 isp1362_write_reg16(isp1362_hcd, HCuPINT, HCuPINT_CLKRDY);
H A Disp1362.h178 #define HCuPINT_CLKRDY (1 << 6) macro

Completed in 71 milliseconds