Home
last modified time | relevance | path

Searched refs:RH_PS_PSS (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dohci-hub.c32 (value & RH_PS_PSS) ? " PSS" : "", \
109 if ((temp & (RH_PS_PES | RH_PS_PSS)) == in ohci_rh_suspend()
111 ohci_writel(ohci, RH_PS_PSS, portstat); in ohci_rh_suspend()
781 ohci_writel (ohci, RH_PS_PSS, in ohci_hub_control()
H A Dohci-omap.c81 writel (RH_PS_PSS, &ohci->regs->roothub.portstatus [port]); in start_hnp()
H A Dohci.h301 #define RH_PS_PSS 0x00000004 /* port suspend status */ macro
H A Disp116x.h93 #define RH_PS_PSS (1 << 2) /* port suspend status */ macro
H A Disp116x-hcd.c1116 ? HCRHPORT2 : HCRHPORT1, RH_PS_PSS); in isp116x_hub_control()
1474 if (!(stat & RH_PS_PSS)) in isp116x_bus_resume()
H A Dohci-dbg.c183 (temp & RH_PS_PSS) ? " PSS" : "", \
H A Disp1362.h309 #define RH_PS_PSS 0x00000004 /* port suspend status */ macro
H A Dohci-hcd.c850 if ((tmp & RH_PS_PES) && !(tmp & RH_PS_PSS)) in io_watchdog_func()
H A Disp1362-hcd.c1677 isp1362_write_reg32(isp1362_hcd, HCRHPORT1 + wIndex, RH_PS_PSS); in isp1362_hub_control()
1882 if (!(stat & RH_PS_PSS)) { in isp1362_bus_resume()
/openbmc/u-boot/drivers/usb/host/
H A Dohci.h311 #define RH_PS_PSS 0x00000004 /* port suspend status */ macro
H A Dr8a66597.h631 #define RH_PS_PSS 0x00000004 /* port suspend status */ macro
H A Dohci-hcd.c480 (temp & RH_PS_PSS) ? " PSS" : "", in ohci_dump_roothub()
1333 WR_RH_PORTSTAT(RH_PS_PSS); OK(0); in ohci_submit_rh_msg()