Searched refs:RH_PS_PPS (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | ohci-hub.c | 28 (temp & RH_PS_PPS) ? " PPS" : "", \ 778 ohci_writel (ohci, RH_PS_PPS, in ohci_hub_control()
|
D | ohci-da8xx.c | 189 temp &= ~RH_PS_PPS; in ohci_da8xx_hub_control()
|
D | ohci.h | 303 #define RH_PS_PPS 0x00000100 /* port power status */ macro
|
D | ohci-at91.c | 380 *data &= ~cpu_to_le32(RH_PS_PPS); in ohci_at91_hub_control()
|
D | isp116x.h | 96 #define RH_PS_PPS (1 << 8) /* port power status */ macro
|
D | ohci-dbg.c | 179 (temp & RH_PS_PPS) ? " PPS" : "", \
|
D | isp1362.h | 357 #define RH_PS_PPS 0x00000100 /* port power status */ macro
|
D | ohci-hcd.c | 1130 ohci_writel(ohci, RH_PS_PPS, in ohci_resume()
|
D | isp116x-hcd.c | 1121 ? HCRHPORT2 : HCRHPORT1, RH_PS_PPS); in isp116x_hub_control()
|
D | isp1362-hcd.c | 1682 isp1362_write_reg32(isp1362_hcd, HCRHPORT1 + wIndex, RH_PS_PPS); in isp1362_hub_control()
|
D | u132-hcd.c | 2717 roothub.portstatus[port_index], RH_PS_PPS); in u132_roothub_setportfeature()
|