Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dhcd.c2254 !!(hprt0 & HPRT0_PWR)); in dwc2_core_host_init()
2255 if (!(hprt0 & HPRT0_PWR)) { in dwc2_core_host_init()
2256 hprt0 |= HPRT0_PWR; in dwc2_core_host_init()
3436 pwr = hprt0 & HPRT0_PWR; in dwc2_hcd_hub_control()
3437 hprt0 &= ~HPRT0_PWR; in dwc2_hcd_hub_control()
3574 if (hprt0 & HPRT0_PWR) in dwc2_hcd_hub_control()
3648 pwr = hprt0 & HPRT0_PWR; in dwc2_hcd_hub_control()
3649 hprt0 |= HPRT0_PWR; in dwc2_hcd_hub_control()
3687 pwr = hprt0 & HPRT0_PWR; in dwc2_hcd_hub_control()
3697 hprt0 |= HPRT0_PWR | HPRT0_RST; in dwc2_hcd_hub_control()
[all …]
Dcore_intr.c313 hprt0 |= HPRT0_PWR; in dwc2_handle_session_req_intr()
Dhw.h718 #define HPRT0_PWR BIT(12) macro