Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dhcd.c3322 hprt0 |= HPRT0_SUSP; in dwc2_port_suspend()
3377 hprt0 &= ~HPRT0_SUSP; in dwc2_port_resume()
3385 hprt0 &= ~(HPRT0_RES | HPRT0_SUSP); in dwc2_port_resume()
3582 if (hprt0 & HPRT0_SUSP) in dwc2_hcd_hub_control()
3687 hprt0 &= ~HPRT0_SUSP; in dwc2_hcd_hub_control()
4358 hprt0 |= HPRT0_SUSP; in _dwc2_hcd_suspend()
5430 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_hibernation()
5435 if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 5000)) in dwc2_host_enter_hibernation()
5563 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()
5569 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()
H A Dhw.h751 #define HPRT0_SUSP BIT(7) macro