Searched refs:HPRT0_SUSP (Results 1 – 2 of 2) sorted by relevance
3562 if (hprt0 & HPRT0_SUSP) in dwc2_hcd_hub_control()3683 hprt0 &= ~HPRT0_SUSP; in dwc2_hcd_hub_control()5488 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_hibernation()5493 if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 5000)) in dwc2_host_enter_hibernation()5621 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()5627 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()5730 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_partial_power_down()5735 if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 3000)) in dwc2_host_enter_partial_power_down()5838 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_partial_power_down()5886 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_clock_gating()[all …]
722 #define HPRT0_SUSP BIT(7) macro