Searched refs:HPRT0_SUSP (Results 1 – 2 of 2) sorted by relevance
3488 hprt0 |= HPRT0_SUSP; in dwc2_port_suspend()3543 hprt0 &= ~HPRT0_SUSP; in dwc2_port_resume()3551 hprt0 &= ~(HPRT0_RES | HPRT0_SUSP); in dwc2_port_resume()3744 if (hprt0 & HPRT0_SUSP) in dwc2_hcd_hub_control()3845 hprt0 &= ~HPRT0_SUSP; in dwc2_hcd_hub_control()4482 hprt0 |= HPRT0_SUSP; in _dwc2_hcd_suspend()5519 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_hibernation()5524 if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 3000)) in dwc2_host_enter_hibernation()5652 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()5658 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()
725 #define HPRT0_SUSP BIT(7) macro