Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/dwc2/
Dhcd.c3300 hprt0 |= HPRT0_SUSP; in dwc2_port_suspend()
3355 hprt0 &= ~HPRT0_SUSP; in dwc2_port_resume()
3363 hprt0 &= ~(HPRT0_RES | HPRT0_SUSP); in dwc2_port_resume()
3560 if (hprt0 & HPRT0_SUSP) in dwc2_hcd_hub_control()
3665 hprt0 &= ~HPRT0_SUSP; in dwc2_hcd_hub_control()
4336 hprt0 |= HPRT0_SUSP; in _dwc2_hcd_suspend()
5401 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_hibernation()
5406 if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 5000)) in dwc2_host_enter_hibernation()
5534 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()
5540 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()
Dhw.h751 #define HPRT0_SUSP BIT(7) macro