Searched refs:HPRT0_SUSP (Results 1 – 2 of 2) sorted by relevance
1470 hprt0 |= HPRT0_SUSP; in dwc2_port_suspend()1525 hprt0 &= ~HPRT0_SUSP; in dwc2_port_resume()1533 hprt0 &= ~(HPRT0_RES | HPRT0_SUSP); in dwc2_port_resume()1722 if (hprt0 & HPRT0_SUSP) in dwc2_hcd_hub_control()1795 hprt0 &= ~HPRT0_SUSP; in dwc2_hcd_hub_control()2407 hprt0 |= HPRT0_SUSP; in _dwc2_hcd_suspend()
695 #define HPRT0_SUSP (1 << 7) macro