Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dhcd.c209 hprt0 |= HPRT0_RST; in dwc2_hcd_start()
1722 if (hprt0 & HPRT0_RST) in dwc2_hcd_hub_control()
1799 hprt0 |= HPRT0_PWR | HPRT0_RST; in dwc2_hcd_hub_control()
1807 hprt0 &= ~HPRT0_RST; in dwc2_hcd_hub_control()
2305 hprt0 &= ~HPRT0_RST; in dwc2_hcd_reset_func()
Dhw.h694 #define HPRT0_RST (1 << 8) macro
Dhcd_intr.c314 *hprt0_modify |= HPRT0_RST; in dwc2_hprt0_enable()