Home
last modified time | relevance | path

Searched refs:RH_PS_POCI (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h296 #define RH_PS_POCI 0x00000008 /* port over current indicator */ macro
Dau1x00_usb_ohci.c344 (temp & RH_PS_POCI) ? " POCI" : "", in ohci_dump_roothub()
956 WR_RH_PORTSTAT (RH_PS_POCI); OK (0); in ohci_submit_rh_msg()
/external/u-boot/drivers/usb/host/
Dohci.h312 #define RH_PS_POCI 0x00000008 /* port over current indicator */ macro
Dr8a66597.h632 #define RH_PS_POCI 0x00000008 /* port over current indicator */ macro
Dohci-hcd.c479 (temp & RH_PS_POCI) ? " POCI" : "", in ohci_dump_roothub()
1320 case (RH_PORT_SUSPEND): WR_RH_PORTSTAT(RH_PS_POCI); OK(0); in ohci_submit_rh_msg()