Searched refs:HPRT0_SUSP (Results 1 – 4 of 4) sorted by relevance
3566 if (hprt0 & HPRT0_SUSP) in dwc2_hcd_hub_control()3685 hprt0 &= ~HPRT0_SUSP; in dwc2_hcd_hub_control()5507 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_hibernation()5512 if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 5000)) in dwc2_host_enter_hibernation()5642 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()5648 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()5758 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_partial_power_down()5763 if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 3000)) in dwc2_host_enter_partial_power_down()5866 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_partial_power_down()5914 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_clock_gating()[all …]
722 #define HPRT0_SUSP BIT(7) macro
473 s->hprt0 &= ~(HPRT0_SPD_MASK | HPRT0_SUSP | HPRT0_ENA | HPRT0_CONNSTS); in dwc2_detach()492 if (s->hprt0 & HPRT0_SUSP) { in dwc2_wakeup()909 val |= old & (HPRT0_SUSP | HPRT0_RES); in dwc2_hreg0_write()
746 #define HPRT0_SUSP BIT(7) macro