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

  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h 309 #define RH_HS_DRWE 0x00008000 /* device remote wakeup enable */
au1x00_usb_ohci.c 324 (temp & RH_HS_DRWE) ? " DRWE" : "",
931 RD_RH_STAT & ~(RH_HS_CRWE | RH_HS_DRWE));
    [all...]
  /external/u-boot/drivers/usb/host/
ohci.h 325 #define RH_HS_DRWE 0x00008000 /* device remote wakeup enable */
r8a66597.h 645 #define RH_HS_DRWE 0x00008000 /* device remote wakeup enable */
ohci-hcd.c 459 (temp & RH_HS_DRWE) ? " DRWE" : "",
    [all...]

Completed in 47 milliseconds