HomeSort by relevance Sort by last modified time
    Searched refs:RH_A_NOCP (Results 1 - 8 of 8) sorted by null

  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h 324 #define RH_A_NOCP (1 << 12) /* no over current protection */
au1x00_usb_ohci.c 305 (temp & RH_A_NOCP) ? " NOCP" : "",
1041 if (temp & RH_A_NOCP) /* no overcurrent reporting? */
    [all...]
  /external/u-boot/drivers/usb/host/
ohci.h 340 #define RH_A_NOCP (1 << 12) /* no over current protection */
dwc2.h 754 #define RH_A_NOCP (1 << 12) /* no over current protection */
r8a66597.h 660 #define RH_A_NOCP (1 << 12) /* no over current protection */
ohci-hcd.c 440 (temp & RH_A_NOCP) ? " NOCP" : "",
    [all...]
dwc2.c 638 if (dsc & RH_A_NOCP)
    [all...]
r8a66597-hcd.c 714 if (temp & RH_A_NOCP)

Completed in 76 milliseconds