Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
H A Dhcd.c3568 if (hprt0 & HPRT0_SUSP) in dwc2_hcd_hub_control()
3689 hprt0 &= ~HPRT0_SUSP; in dwc2_hcd_hub_control()
5510 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_hibernation()
5515 if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 5000)) in dwc2_host_enter_hibernation()
5655 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()
5661 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()
5771 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_partial_power_down()
5776 if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 3000)) in dwc2_host_enter_partial_power_down()
5879 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_partial_power_down()
5927 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_clock_gating()
[all …]
H A Dhw.h736 #define HPRT0_SUSP BIT(7) macro