Searched refs:RH_PS_PSS (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
D | ohci-hub.c | 31 (temp & RH_PS_PSS) ? " PSS" : "", \ 105 if ((temp & (RH_PS_PES | RH_PS_PSS)) == in ohci_rh_suspend() 107 ohci_writel(ohci, RH_PS_PSS, portstat); in ohci_rh_suspend() 774 ohci_writel (ohci, RH_PS_PSS, in ohci_hub_control()
|
D | ohci-omap.c | 187 writel (RH_PS_PSS, &ohci->regs->roothub.portstatus [port]); in start_hnp()
|
D | ohci.h | 300 #define RH_PS_PSS 0x00000004 /* port suspend status */ macro
|
D | isp116x.h | 92 #define RH_PS_PSS (1 << 2) /* port suspend status */ macro
|
D | isp116x-hcd.c | 1115 ? HCRHPORT2 : HCRHPORT1, RH_PS_PSS); in isp116x_hub_control() 1485 if (!(stat & RH_PS_PSS)) in isp116x_bus_resume()
|
D | ohci-dbg.c | 182 (temp & RH_PS_PSS) ? " PSS" : "", \
|
D | isp1362.h | 354 #define RH_PS_PSS 0x00000004 /* port suspend status */ macro
|
D | ohci-hcd.c | 828 if ((tmp & RH_PS_PES) && !(tmp & RH_PS_PSS)) in io_watchdog_func()
|
D | isp1362-hcd.c | 1674 isp1362_write_reg32(isp1362_hcd, HCRHPORT1 + wIndex, RH_PS_PSS); in isp1362_hub_control() 1879 if (!(stat & RH_PS_PSS)) { in isp1362_bus_resume()
|
D | u132-hcd.c | 2706 roothub.portstatus[port_index], RH_PS_PSS); in u132_roothub_setportfeature() 2811 if ((u132->hc_roothub_portstatus[i] & RH_PS_PSS)) in u132_hub_status_data()
|