Searched refs:HCuPINT_CLKRDY (Results 1 – 4 of 4) sorted by relevance
1163 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()
139 #define HCuPINT_CLKRDY (1 << 6) macro
1151 mask & HCuPINT_CLKRDY ? " clkrdy" : "", in dump_irq()1261 clkrdy = isp116x_read_reg16(isp116x, HCuPINT) & HCuPINT_CLKRDY; in isp116x_reset()
133 #define HCuPINT_CLKRDY (1 << 6) macro