Searched refs:RH_PS_PSS (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ohci-hub.c | 32 (value & RH_PS_PSS) ? " PSS" : "", \ 106 if ((temp & (RH_PS_PES | RH_PS_PSS)) == in ohci_rh_suspend() 108 ohci_writel(ohci, RH_PS_PSS, portstat); in ohci_rh_suspend() 777 ohci_writel (ohci, RH_PS_PSS, in ohci_hub_control()
|
| H A D | ohci-omap.c | 175 writel (RH_PS_PSS, &ohci->regs->roothub.portstatus [port]); in start_hnp()
|
| H A D | ohci.h | 301 #define RH_PS_PSS 0x00000004 /* port suspend status */ macro
|
| H A D | isp116x.h | 93 #define RH_PS_PSS (1 << 2) /* port suspend status */ macro
|
| H A D | isp116x-hcd.c | 1117 ? HCRHPORT2 : HCRHPORT1, RH_PS_PSS); in isp116x_hub_control() 1475 if (!(stat & RH_PS_PSS)) in isp116x_bus_resume()
|
| H A D | ohci-dbg.c | 183 (temp & RH_PS_PSS) ? " PSS" : "", \
|
| H A D | isp1362.h | 309 #define RH_PS_PSS 0x00000004 /* port suspend status */ macro
|
| H A D | ohci-hcd.c | 852 if ((tmp & RH_PS_PES) && !(tmp & RH_PS_PSS)) in io_watchdog_func()
|
| H A D | isp1362-hcd.c | 1677 isp1362_write_reg32(isp1362_hcd, HCRHPORT1 + wIndex, RH_PS_PSS); in isp1362_hub_control() 1882 if (!(stat & RH_PS_PSS)) { in isp1362_bus_resume()
|
| H A D | u132-hcd.c | 2693 roothub.portstatus[port_index], RH_PS_PSS); in u132_roothub_setportfeature() 2798 if ((u132->hc_roothub_portstatus[i] & RH_PS_PSS)) in u132_hub_status_data()
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.h | 295 #define RH_PS_PSS 0x00000004 /* port suspend status */ macro
|
| H A D | au1x00_usb_ohci.c | 346 (temp & RH_PS_PSS) ? " PSS" : "", in ohci_dump_roothub() 976 WR_RH_PORTSTAT (RH_PS_PSS ); OK (0); in ohci_submit_rh_msg()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ohci.h | 311 #define RH_PS_PSS 0x00000004 /* port suspend status */ macro
|
| H A D | r8a66597.h | 585 #define RH_PS_PSS 0x00000004 /* port suspend status */ macro
|
| H A D | ohci-hcd.c | 484 (temp & RH_PS_PSS) ? " PSS" : "", in ohci_dump_roothub() 1337 WR_RH_PORTSTAT(RH_PS_PSS); OK(0); in ohci_submit_rh_msg()
|