Searched refs:HCRHPORT1 (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | isp116x-hcd.c | 929 u32 status = isp116x_read_reg32(isp116x, i ? HCRHPORT2 : HCRHPORT1); in isp116x_hub_status_data() 982 HCRHPORT2 : HCRHPORT1); in root_port_reset() 994 HCRHPORT1, (RH_PS_PRS)); in root_port_reset() 1052 tmp = isp116x_read_reg32(isp116x, (--wIndex) ? HCRHPORT2 : HCRHPORT1); in isp116x_hub_control() 1101 ? HCRHPORT2 : HCRHPORT1, tmp); in isp116x_hub_control() 1114 ? HCRHPORT2 : HCRHPORT1, RH_PS_PSS); in isp116x_hub_control() 1121 ? HCRHPORT2 : HCRHPORT1, RH_PS_PPS); in isp116x_hub_control() 1396 isp116x_write_reg32(isp116x, HCRHPORT1, RH_PS_CCS); in isp116x_start() 1482 isp116x_read_reg32(isp116x, val ? HCRHPORT2 : HCRHPORT1); in isp116x_bus_resume() 1488 ? HCRHPORT2 : HCRHPORT1); in isp116x_bus_resume()
|
D | isp1362-hcd.c | 1140 isp1362_hcd->rhport[0] = isp1362_read_reg32(isp1362_hcd, HCRHPORT1); in isp1362_irq() 1660 isp1362_write_reg32(isp1362_hcd, HCRHPORT1 + wIndex, tmp); in isp1362_hub_control() 1662 isp1362_read_reg32(isp1362_hcd, HCRHPORT1 + wIndex); in isp1362_hub_control() 1674 isp1362_write_reg32(isp1362_hcd, HCRHPORT1 + wIndex, RH_PS_PSS); in isp1362_hub_control() 1676 isp1362_read_reg32(isp1362_hcd, HCRHPORT1 + wIndex); in isp1362_hub_control() 1682 isp1362_write_reg32(isp1362_hcd, HCRHPORT1 + wIndex, RH_PS_PPS); in isp1362_hub_control() 1684 isp1362_read_reg32(isp1362_hcd, HCRHPORT1 + wIndex); in isp1362_hub_control() 1695 tmp = isp1362_read_reg32(isp1362_hcd, HCRHPORT1 + wIndex); in isp1362_hub_control() 1703 isp1362_write_reg32(isp1362_hcd, HCRHPORT1 + wIndex, (RH_PS_PRS)); in isp1362_hub_control() 1711 HCRHPORT1 + wIndex); in isp1362_hub_control() [all …]
|
D | isp116x.h | 89 #define HCRHPORT1 0x15 macro 473 isp116x_show_reg_##type(d, HCRHPORT1, s); \
|
D | isp1362.h | 130 ISP1362_REG(HCRHPORT1, 0x15, REG_WIDTH_32, REG_ACCESS_RW); 855 isp1362_show_reg(isp1362_hcd, HCRHPORT1); in isp1362_show_regs()
|