Searched refs:RH_HS_DRWE (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.h | 309 #define RH_HS_DRWE 0x00008000 /* device remote wakeup enable */ macro
|
| H A D | au1x00_usb_ohci.c | 325 (temp & RH_HS_DRWE) ? " DRWE" : "", 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 D | ohci.h | 325 #define RH_HS_DRWE 0x00008000 /* device remote wakeup enable */ macro
|
| H A D | r8a66597.h | 599 #define RH_HS_DRWE 0x00008000 /* device remote wakeup enable */ macro
|
| H A D | ohci-hcd.c | 463 (temp & RH_HS_DRWE) ? " DRWE" : "", 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 D | ohci.h | 315 #define RH_HS_DRWE 0x00008000 /* device remote wakeup enable */ macro
|
| H A D | isp116x.h | 83 #define RH_HS_DRWE (1 << 15) /* device remote wakeup macro
|
| H A D | ohci-hub.c | 742 temp = roothub_status (ohci) & ~(RH_HS_CRWE | RH_HS_DRWE); in ohci_hub_control()
|
| H A D | ohci-dbg.c | 228 (temp & RH_HS_DRWE) ? " DRWE" : "", in ohci_dump_roothub()
|
| H A D | isp1362.h | 323 #define RH_HS_DRWE 0x00008000 /* device remote wakeup enable */ macro
|
| H A D | ohci-hcd.c | 667 ohci_writel (ohci, RH_HS_DRWE, &ohci->regs->roothub.status); in ohci_run()
|
| H A D | isp116x-hcd.c | 1361 val |= RH_HS_DRWE; in isp116x_start()
|
| H A D | isp1362-hcd.c | 2576 isp1362_write_reg32(isp1362_hcd, HCRHSTATUS, RH_HS_LPSC | RH_HS_DRWE); in isp1362_hc_start()
|
| H A D | u132-hcd.c | 1723 retval = u132_write_pcimem(u132, roothub.status, RH_HS_DRWE); in u132_run()
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | ftdi-elan.c | 2345 retval = ftdi_write_pcimem(ftdi, roothub.status, RH_HS_DRWE); in ftdi_elan_check_controller()
|