Searched refs:HPRT0_RES (Results 1 – 2 of 2) sorted by relevance
3241 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()
737 #define HPRT0_RES BIT(6) macro