Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h312 #define RH_HS_CRWE 0x80000000 /* clear remote wakeup enable */ macro
H A Dau1x00_usb_ohci.c322 (temp & RH_HS_CRWE) ? " CRWE" : "", in ohci_dump_roothub()
932 RD_RH_STAT & ~(RH_HS_CRWE | RH_HS_DRWE)); in ohci_submit_rh_msg()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h328 #define RH_HS_CRWE 0x80000000 /* clear remote wakeup enable */ macro
H A Dr8a66597.h602 #define RH_HS_CRWE 0x80000000 /* clear remote wakeup enable */ macro
H A Dohci-hcd.c460 (temp & RH_HS_CRWE) ? " CRWE" : "", in ohci_dump_roothub()
1298 RD_RH_STAT & ~(RH_HS_CRWE | RH_HS_DRWE)); in ohci_submit_rh_msg()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci.h318 #define RH_HS_CRWE 0x80000000 /* clear remote wakeup enable */ macro
H A Disp116x.h88 #define RH_HS_CRWE (1 << 31) /* clear remote wakeup macro
H A Dohci-hub.c742 temp = roothub_status (ohci) & ~(RH_HS_CRWE | RH_HS_DRWE); in ohci_hub_control()
H A Dohci-dbg.c225 (temp & RH_HS_CRWE) ? " CRWE" : "", in ohci_dump_roothub()
H A Disp1362.h326 #define RH_HS_CRWE 0x80000000 /* clear remote wakeup enable */ macro