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

  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h 320 #define RH_A_PSM (1 << 8) /* power switching mode */
au1x00_usb_ohci.c 309 (temp & RH_A_PSM) ? " PSM" : "",
1039 if (temp & RH_A_PSM) /* per-port power switching? */
    [all...]
  /external/u-boot/drivers/usb/host/
ohci.h 336 #define RH_A_PSM (1 << 8) /* power switching mode */
ohci-hcd.c 444 (temp & RH_A_PSM) ? " PSM" : "",
    [all...]
dwc2.h 750 #define RH_A_PSM (1 << 8) /* power switching mode */
r8a66597.h 656 #define RH_A_PSM (1 << 8) /* power switching mode */
dwc2.c 636 if (dsc & RH_A_PSM)
    [all...]
r8a66597-hcd.c 712 if (temp & RH_A_PSM)

Completed in 66 milliseconds