Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dohci.h314 #define RH_HS_DRWE 0x00008000 /* device remote wakeup enable */ macro
Disp116x.h82 #define RH_HS_DRWE (1 << 15) /* device remote wakeup macro
Dohci-hub.c739 temp = roothub_status (ohci) & ~(RH_HS_CRWE | RH_HS_DRWE); in ohci_hub_control()
Dohci-dbg.c227 (temp & RH_HS_DRWE) ? " DRWE" : "", in ohci_dump_roothub()
Disp1362.h368 #define RH_HS_DRWE 0x00008000 /* device remote wakeup enable */ macro
Dohci-hcd.c646 ohci_writel (ohci, RH_HS_DRWE, &ohci->regs->roothub.status); in ohci_run()
Disp116x-hcd.c1372 val |= RH_HS_DRWE; in isp116x_start()
Disp1362-hcd.c2584 isp1362_write_reg32(isp1362_hcd, HCRHSTATUS, RH_HS_LPSC | RH_HS_DRWE); in isp1362_hc_start()
Du132-hcd.c1737 retval = u132_write_pcimem(u132, roothub.status, RH_HS_DRWE); in u132_run()
/linux-4.1.27/drivers/usb/misc/
Dftdi-elan.c2414 retval = ftdi_write_pcimem(ftdi, roothub.status, RH_HS_DRWE); in ftdi_elan_check_controller()