Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dhcd.c1692 hprt0 |= HPRT0_RST; in dwc2_hcd_start()
3586 if (hprt0 & HPRT0_RST) in dwc2_hcd_hub_control()
3695 hprt0 |= HPRT0_PWR | HPRT0_RST; in dwc2_hcd_hub_control()
3705 hprt0 &= ~HPRT0_RST; in dwc2_hcd_hub_control()
4218 hprt0 &= ~HPRT0_RST; in dwc2_hcd_reset_func()
5572 hprt0 |= HPRT0_RST; in dwc2_host_exit_hibernation()
5577 hprt0 &= ~HPRT0_RST; in dwc2_host_exit_hibernation()
H A Dhw.h750 #define HPRT0_RST BIT(8) macro
H A Dhcd_intr.c340 *hprt0_modify |= HPRT0_RST; in dwc2_hprt0_enable()