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

/linux-master/drivers/usb/host/
H A Disp1362.h126 ISP1362_REG(HCuPINT, 0x24, REG_WIDTH_16, REG_ACCESS_RW);
139 /* same bit definitions apply as for HCuPINT */
811 isp1362_write_reg16(isp1362_hcd, HCuPINT, HCuPINT_EOT);
816 isp1362_write_reg16(isp1362_hcd, HCuPINT, HCuPINT_EOT);
826 isp1362_write_reg16(isp1362_hcd, HCuPINT, HCuPINT_EOT);
831 isp1362_write_reg16(isp1362_hcd, HCuPINT, HCuPINT_EOT);
H A Disp116x-hcd.c173 isp116x_write_reg16(isp116x, HCuPINT, HCuPINT_AIIEOT);
205 isp116x_write_reg16(isp116x, HCuPINT, HCuPINT_AIIEOT);
599 irqstat = isp116x_read_reg16(isp116x, HCuPINT);
600 isp116x_write_reg16(isp116x, HCuPINT, irqstat);
1189 dump_irq(s, "hc_irq_status", isp116x_read_reg16(isp116x, HCuPINT));
1261 clkrdy = isp116x_read_reg16(isp116x, HCuPINT) & HCuPINT_CLKRDY;
1309 isp116x_write_reg16(isp116x, HCuPINT, 0xff);
H A Disp116x.h133 #define HCuPINT 0x24 macro
478 isp116x_show_reg_##type(d, HCuPINT, s); \
H A Disp1362-hcd.c114 * since the interrupt handler will write isp1362_hcd->irqenb to HCuPINT upon
124 isp1362_write_reg16(isp1362_hcd, HCuPINT, mask & ~isp1362_hcd->irqenb);
1020 irqstat = isp1362_read_reg16(isp1362_hcd, HCuPINT);
1025 isp1362_write_reg16(isp1362_hcd, HCuPINT, irqstat);
1785 if (isp1362_read_reg16(isp1362_hcd, HCuPINT) & HCuPINT_ATL) {
1789 if (isp1362_read_reg16(isp1362_hcd, HCuPINT) & HCuPINT_INTL) {
1793 if (isp1362_read_reg16(isp1362_hcd, HCuPINT) & HCuPINT_ISTL0)
1795 if (isp1362_read_reg16(isp1362_hcd, HCuPINT) & HCuPINT_ISTL1)
2004 seq_printf(s, "HCuPINT [%02x] %04x\n", ISP1362_REG_NO(ISP1362_REG_HCuPINT),
2005 isp1362_read_reg16(isp1362_hcd, HCuPINT));
[all...]

Completed in 421 milliseconds