Searched refs:HPRT0_SUSP (Results 1 – 2 of 2) sorted by relevance
1466 hprt0 |= HPRT0_SUSP; in dwc2_port_suspend()1521 hprt0 &= ~HPRT0_SUSP; in dwc2_port_resume()1529 hprt0 &= ~(HPRT0_RES | HPRT0_SUSP); in dwc2_port_resume()1718 if (hprt0 & HPRT0_SUSP) in dwc2_hcd_hub_control()1791 hprt0 &= ~HPRT0_SUSP; in dwc2_hcd_hub_control()2403 hprt0 |= HPRT0_SUSP; in _dwc2_hcd_suspend()
695 #define HPRT0_SUSP (1 << 7) macro