Searched refs:HPRT0_RES (Results 1 – 2 of 2) sorted by relevance
3268 hprt0 &= ~HPRT0_RES; in dwc2_wakeup_detected()5668 hprt0 |= HPRT0_RES; in dwc2_host_exit_hibernation()5673 hprt0 &= ~HPRT0_RES; in dwc2_host_exit_hibernation()5867 hprt0 |= HPRT0_RES; in dwc2_host_exit_partial_power_down()5875 hprt0 &= ~HPRT0_RES; in dwc2_host_exit_partial_power_down()5964 hprt0 |= HPRT0_RES; in dwc2_host_exit_clock_gating()5975 hprt0 &= ~HPRT0_RES; in dwc2_host_exit_clock_gating()
753 #define HPRT0_RES BIT(6) macro