Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h324 #define RH_A_NOCP (1 << 12) /* no over current protection */ macro
Dau1x00_usb_ohci.c305 (temp & RH_A_NOCP) ? " NOCP" : "", in ohci_dump_roothub()
1041 if (temp & RH_A_NOCP) /* no overcurrent reporting? */ in ohci_submit_rh_msg()
/external/u-boot/drivers/usb/host/
Dohci.h340 #define RH_A_NOCP (1 << 12) /* no over current protection */ macro
Dr8a66597.h660 #define RH_A_NOCP (1 << 12) /* no over current protection */ macro
Ddwc2.h754 #define RH_A_NOCP (1 << 12) /* no over current protection */ macro
Dr8a66597-hcd.c714 if (temp & RH_A_NOCP) in r8a66597_submit_rh_msg()
Dohci-hcd.c440 (temp & RH_A_NOCP) ? " NOCP" : "", in ohci_dump_roothub()
1405 if (temp & RH_A_NOCP) /* no overcurrent reporting? */ in ohci_submit_rh_msg()
Ddwc2.c638 if (dsc & RH_A_NOCP) in dwc_otg_submit_rh_msg_in_descriptor()