Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/dwc2/
Dhcd.c3241 hprt0 &= ~HPRT0_RES; in dwc2_wakeup_detected()
5672 hprt0 |= HPRT0_RES; in dwc2_host_exit_hibernation()
5684 hprt0 &= ~HPRT0_RES; in dwc2_host_exit_hibernation()
5878 hprt0 |= HPRT0_RES; in dwc2_host_exit_partial_power_down()
5886 hprt0 &= ~HPRT0_RES; in dwc2_host_exit_partial_power_down()
5975 hprt0 |= HPRT0_RES; in dwc2_host_exit_clock_gating()
5986 hprt0 &= ~HPRT0_RES; in dwc2_host_exit_clock_gating()
Dhw.h737 #define HPRT0_RES BIT(6) macro