Home
last modified time | relevance | path

Searched refs:HCuPINT_CLKRDY (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Disp1362-hcd.c1163 if (irqstat & HCuPINT_CLKRDY) { in isp1362_irq()
1166 isp1362_hcd->irqenb &= ~HCuPINT_CLKRDY; in isp1362_irq()
1167 svc_mask &= ~HCuPINT_CLKRDY; in isp1362_irq()
1920 mask & HCuPINT_CLKRDY ? " clkrdy" : "", in dump_irq()
2336 clkrdy = isp1362_read_reg16(isp1362_hcd, HCuPINT) & HCuPINT_CLKRDY; in isp1362_hc_reset()
2343 isp1362_write_reg16(isp1362_hcd, HCuPINT, HCuPINT_CLKRDY); in isp1362_hc_reset()
H A Disp116x.h139 #define HCuPINT_CLKRDY (1 << 6) macro
H A Disp116x-hcd.c1151 mask & HCuPINT_CLKRDY ? " clkrdy" : "", in dump_irq()
1261 clkrdy = isp116x_read_reg16(isp116x, HCuPINT) & HCuPINT_CLKRDY; in isp116x_reset()
H A Disp1362.h133 #define HCuPINT_CLKRDY (1 << 6) macro