Home
last modified time | relevance | path

Searched refs:HCCONTROL_RWE (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Disp116x-hcd.c1392 val |= HCCONTROL_RWE; in isp116x_start()
1419 val &= (~HCCONTROL_HCFS & ~HCCONTROL_RWE); in isp116x_bus_suspend()
1422 val |= HCCONTROL_RWE; in isp116x_bus_suspend()
Disp116x.h46 #define HCCONTROL_RWE (1 << 10) /* remote wakeup enable */ macro