Home
last modified time | relevance | path

Searched refs:RH_A_OCPM (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h323 #define RH_A_OCPM (1 << 11) /* over current protection mode */ macro
Dau1x00_usb_ohci.c306 (temp & RH_A_OCPM) ? " OCPM" : "", in ohci_dump_roothub()
1043 else if (temp & RH_A_OCPM) /* per-port overcurrent reporting? */ in ohci_submit_rh_msg()
/external/u-boot/drivers/usb/host/
Dohci.h339 #define RH_A_OCPM (1 << 11) /* over current protection mode */ macro
Dr8a66597.h659 #define RH_A_OCPM (1 << 11) /* over current protection mode */ macro
Ddwc2.h753 #define RH_A_OCPM (1 << 11) /* over current protection mode */ macro
Dr8a66597-hcd.c716 else if (temp & RH_A_OCPM) in r8a66597_submit_rh_msg()
Dohci-hcd.c441 (temp & RH_A_OCPM) ? " OCPM" : "", in ohci_dump_roothub()
1407 else if (temp & RH_A_OCPM)/* per-port overcurrent reporting? */ in ohci_submit_rh_msg()
Ddwc2.c640 else if (dsc & RH_A_OCPM) in dwc_otg_submit_rh_msg_in_descriptor()