Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dhcd.c3241 hprt0 &= ~HPRT0_RES; in dwc2_wakeup_detected()
5662 hprt0 |= HPRT0_RES; in dwc2_host_exit_hibernation()
5674 hprt0 &= ~HPRT0_RES; in dwc2_host_exit_hibernation()
5868 hprt0 |= HPRT0_RES; in dwc2_host_exit_partial_power_down()
5876 hprt0 &= ~HPRT0_RES; in dwc2_host_exit_partial_power_down()
5965 hprt0 |= HPRT0_RES; in dwc2_host_exit_clock_gating()
5976 hprt0 &= ~HPRT0_RES; in dwc2_host_exit_clock_gating()
Dhw.h723 #define HPRT0_RES BIT(6) macro