Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h303 #define RH_PS_OCIC 0x00080000 /* over current indicator change */ macro
Dau1x00_usb_ohci.c336 (temp & RH_PS_OCIC) ? " OCIC" : "", in ohci_dump_roothub()
966 WR_RH_PORTSTAT (RH_PS_OCIC); OK (0); in ohci_submit_rh_msg()
/external/u-boot/drivers/usb/host/
Dohci.h319 #define RH_PS_OCIC 0x00080000 /* over current indicator change */ macro
Dr8a66597.h639 #define RH_PS_OCIC 0x00080000 /* over current indicator change */ macro
Dohci-hcd.c471 (temp & RH_PS_OCIC) ? " OCIC" : "", in ohci_dump_roothub()
1325 case (RH_C_PORT_OVER_CURRENT):WR_RH_PORTSTAT(RH_PS_OCIC); OK(0); in ohci_submit_rh_msg()