Searched refs:HPRT0_RES (Results 1 – 2 of 2) sorted by relevance
3241 hprt0 &= ~HPRT0_RES; in dwc2_wakeup_detected()5662 hprt0 |= HPRT0_RES; in dwc2_host_exit_hibernation()5674 hprt0 &= ~HPRT0_RES; in dwc2_host_exit_hibernation()5868 hprt0 |= HPRT0_RES; in dwc2_host_exit_partial_power_down()5876 hprt0 &= ~HPRT0_RES; in dwc2_host_exit_partial_power_down()5965 hprt0 |= HPRT0_RES; in dwc2_host_exit_clock_gating()5976 hprt0 &= ~HPRT0_RES; in dwc2_host_exit_clock_gating()
723 #define HPRT0_RES BIT(6) macro