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