Home
last modified time | relevance | path

Searched refs:RH_HS_CRWE (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h312 #define RH_HS_CRWE 0x80000000 /* clear remote wakeup enable */ macro
Dau1x00_usb_ohci.c321 (temp & RH_HS_CRWE) ? " CRWE" : "", in ohci_dump_roothub()
931 RD_RH_STAT & ~(RH_HS_CRWE | RH_HS_DRWE)); in ohci_submit_rh_msg()
/external/u-boot/drivers/usb/host/
Dohci.h328 #define RH_HS_CRWE 0x80000000 /* clear remote wakeup enable */ macro
Dr8a66597.h648 #define RH_HS_CRWE 0x80000000 /* clear remote wakeup enable */ macro
Dohci-hcd.c456 (temp & RH_HS_CRWE) ? " CRWE" : "", in ohci_dump_roothub()
1294 RD_RH_STAT & ~(RH_HS_CRWE | RH_HS_DRWE)); in ohci_submit_rh_msg()