Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
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()
Disp116x.h47 #define HCCONTROL_RWE (1 << 10) /* remote wakeup enable */ macro