Home
last modified time | relevance | path

Searched refs:HPRT0_SUSP (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/usb/dwc2/
Dhcd.c3299 hprt0 |= HPRT0_SUSP; in dwc2_port_suspend()
3354 hprt0 &= ~HPRT0_SUSP; in dwc2_port_resume()
3362 hprt0 &= ~(HPRT0_RES | HPRT0_SUSP); in dwc2_port_resume()
3559 if (hprt0 & HPRT0_SUSP) in dwc2_hcd_hub_control()
3664 hprt0 &= ~HPRT0_SUSP; in dwc2_hcd_hub_control()
4334 hprt0 |= HPRT0_SUSP; in _dwc2_hcd_suspend()
5395 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_hibernation()
5400 if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 3000)) in dwc2_host_enter_hibernation()
5528 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()
5534 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()
Dhw.h742 #define HPRT0_SUSP BIT(7) macro