Lines Matching refs:wIndex
1562 u16 wIndex, char *buf, u16 wLength) in isp1362_hub_control() argument
1610 if (!wIndex || wIndex > ports) in isp1362_hub_control()
1612 tmp = isp1362_hcd->rhport[--wIndex]; in isp1362_hub_control()
1617 if (!wIndex || wIndex > ports) in isp1362_hub_control()
1619 wIndex--; in isp1362_hub_control()
1660 isp1362_write_reg32(isp1362_hcd, HCRHPORT1 + wIndex, tmp); in isp1362_hub_control()
1661 isp1362_hcd->rhport[wIndex] = in isp1362_hub_control()
1662 isp1362_read_reg32(isp1362_hcd, HCRHPORT1 + wIndex); in isp1362_hub_control()
1667 if (!wIndex || wIndex > ports) in isp1362_hub_control()
1669 wIndex--; in isp1362_hub_control()
1674 isp1362_write_reg32(isp1362_hcd, HCRHPORT1 + wIndex, RH_PS_PSS); in isp1362_hub_control()
1675 isp1362_hcd->rhport[wIndex] = 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()
1683 isp1362_hcd->rhport[wIndex] = 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()
1710 isp1362_hcd->rhport[wIndex] = isp1362_read_reg32(isp1362_hcd, in isp1362_hub_control()
1711 HCRHPORT1 + wIndex); in isp1362_hub_control()