Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
A Dhcd.c3591 if (hprt0 & HPRT0_SUSP) in dwc2_hcd_hub_control()
3712 hprt0 &= ~HPRT0_SUSP; in dwc2_hcd_hub_control()
5514 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_hibernation()
5519 if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 5000)) in dwc2_host_enter_hibernation()
5647 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()
5653 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()
5756 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_partial_power_down()
5761 if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 3000)) in dwc2_host_enter_partial_power_down()
5864 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_partial_power_down()
5912 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_clock_gating()
[all …]
A Dhw.h752 #define HPRT0_SUSP BIT(7) macro

Completed in 16 milliseconds