Searched refs:RH_PS_PPS (Results 1 – 13 of 13) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ |
H A D | ohci.h | 314 #define RH_PS_PPS 0x00000100 /* port power status */ macro
|
H A D | r8a66597.h | 634 #define RH_PS_PPS 0x00000100 /* port power status */ macro
|
H A D | ohci-hcd.c | 477 (temp & RH_PS_PPS) ? " PPS" : "", in ohci_dump_roothub() 1339 WR_RH_PORTSTAT(RH_PS_PPS); in ohci_submit_rh_msg()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-hub.c | 29 (value & RH_PS_PPS) ? " PPS" : "", \ 785 ohci_writel (ohci, RH_PS_PPS, in ohci_hub_control()
|
H A D | ohci-da8xx.c | 319 temp &= ~RH_PS_PPS; in ohci_da8xx_hub_control()
|
H A D | ohci.h | 304 #define RH_PS_PPS 0x00000100 /* port power status */ macro
|
H A D | ohci-at91.c | 471 *data &= ~cpu_to_le32(RH_PS_PPS); in ohci_at91_hub_control()
|
H A D | isp116x.h | 97 #define RH_PS_PPS (1 << 8) /* port power status */ macro
|
H A D | ohci-dbg.c | 180 (temp & RH_PS_PPS) ? " PPS" : "", \
|
H A D | isp1362.h | 312 #define RH_PS_PPS 0x00000100 /* port power status */ macro
|
H A D | ohci-hcd.c | 1168 ohci_writel(ohci, RH_PS_PPS, in ohci_resume()
|
H A D | isp116x-hcd.c | 1123 ? HCRHPORT2 : HCRHPORT1, RH_PS_PPS); in isp116x_hub_control()
|
H A D | isp1362-hcd.c | 1685 isp1362_write_reg32(isp1362_hcd, HCRHPORT1 + wIndex, RH_PS_PPS); in isp1362_hub_control()
|