Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Disp116x-hcd.c1379 val |= HCCONTROL_RWE; in isp116x_start()
1406 val &= (~HCCONTROL_HCFS & ~HCCONTROL_RWE); in isp116x_bus_suspend()
1409 val |= HCCONTROL_RWE; in isp116x_bus_suspend()
H A Disp116x.h47 #define HCCONTROL_RWE (1 << 10) /* remote wakeup enable */ macro