Home
last modified time | relevance | path

Searched refs:HPRT0_RST (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/usb/dwc2/
Dhcd.c1655 hprt0 |= HPRT0_RST; in dwc2_hcd_start()
3566 if (hprt0 & HPRT0_RST) in dwc2_hcd_hub_control()
3691 hprt0 |= HPRT0_PWR | HPRT0_RST; in dwc2_hcd_hub_control()
3701 hprt0 &= ~HPRT0_RST; in dwc2_hcd_hub_control()
4214 hprt0 &= ~HPRT0_RST; in dwc2_hcd_reset_func()
5630 hprt0 |= HPRT0_RST; in dwc2_host_exit_hibernation()
5635 hprt0 &= ~HPRT0_RST; in dwc2_host_exit_hibernation()
Dhw.h721 #define HPRT0_RST BIT(8) macro
Dhcd_intr.c310 *hprt0_modify |= HPRT0_RST; in dwc2_hprt0_enable()