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

  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h 312 #define RH_HS_CRWE 0x80000000 /* clear remote wakeup enable */
au1x00_usb_ohci.c 321 (temp & RH_HS_CRWE) ? " CRWE" : "",
931 RD_RH_STAT & ~(RH_HS_CRWE | RH_HS_DRWE));
    [all...]
  /external/u-boot/drivers/usb/host/
ohci.h 328 #define RH_HS_CRWE 0x80000000 /* clear remote wakeup enable */
r8a66597.h 648 #define RH_HS_CRWE 0x80000000 /* clear remote wakeup enable */
ohci-hcd.c 456 (temp & RH_HS_CRWE) ? " CRWE" : "",
    [all...]

Completed in 55 milliseconds