Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/dwc2/
Dhcd.c3562 if (hprt0 & HPRT0_SUSP) in dwc2_hcd_hub_control()
3683 hprt0 &= ~HPRT0_SUSP; in dwc2_hcd_hub_control()
5488 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_hibernation()
5493 if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 5000)) in dwc2_host_enter_hibernation()
5621 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()
5627 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()
5730 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_partial_power_down()
5735 if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 3000)) in dwc2_host_enter_partial_power_down()
5838 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_partial_power_down()
5886 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_clock_gating()
[all …]
Dhw.h722 #define HPRT0_SUSP BIT(7) macro