Searched refs:HPRT0_PWR (Results 1 – 3 of 3) sorted by relevance
2289 !!(hprt0 & HPRT0_PWR)); in dwc2_core_host_init()2290 if (!(hprt0 & HPRT0_PWR)) { in dwc2_core_host_init()2291 hprt0 |= HPRT0_PWR; in dwc2_core_host_init()3428 pwr = hprt0 & HPRT0_PWR; in dwc2_hcd_hub_control()3429 hprt0 &= ~HPRT0_PWR; in dwc2_hcd_hub_control()3566 if (hprt0 & HPRT0_PWR) in dwc2_hcd_hub_control()3642 pwr = hprt0 & HPRT0_PWR; in dwc2_hcd_hub_control()3643 hprt0 |= HPRT0_PWR; in dwc2_hcd_hub_control()3663 pwr = hprt0 & HPRT0_PWR; in dwc2_hcd_hub_control()3673 hprt0 |= HPRT0_PWR | HPRT0_RST; in dwc2_hcd_hub_control()[all …]
334 hprt0 |= HPRT0_PWR; in dwc2_handle_session_req_intr()
747 #define HPRT0_PWR BIT(12) macro