Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/dwc2/
Dhcd.c3235 hprt0 &= ~HPRT0_RES; in dwc2_wakeup_detected()
5638 hprt0 |= HPRT0_RES; in dwc2_host_exit_hibernation()
5643 hprt0 &= ~HPRT0_RES; in dwc2_host_exit_hibernation()
5837 hprt0 |= HPRT0_RES; in dwc2_host_exit_partial_power_down()
5845 hprt0 &= ~HPRT0_RES; in dwc2_host_exit_partial_power_down()
5934 hprt0 |= HPRT0_RES; in dwc2_host_exit_clock_gating()
5945 hprt0 &= ~HPRT0_RES; in dwc2_host_exit_clock_gating()
Dhw.h723 #define HPRT0_RES BIT(6) macro