Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/dwc2/
Dhcd.c3268 hprt0 &= ~HPRT0_RES; in dwc2_wakeup_detected()
5668 hprt0 |= HPRT0_RES; in dwc2_host_exit_hibernation()
5673 hprt0 &= ~HPRT0_RES; in dwc2_host_exit_hibernation()
5867 hprt0 |= HPRT0_RES; in dwc2_host_exit_partial_power_down()
5875 hprt0 &= ~HPRT0_RES; in dwc2_host_exit_partial_power_down()
5964 hprt0 |= HPRT0_RES; in dwc2_host_exit_clock_gating()
5975 hprt0 &= ~HPRT0_RES; in dwc2_host_exit_clock_gating()
Dhw.h753 #define HPRT0_RES BIT(6) macro