Searched refs:HPRT0_PWR (Results 1 – 2 of 2) sorted by relevance
2481 !!(hprt0 & HPRT0_PWR)); in dwc2_core_host_init()2482 if (!(hprt0 & HPRT0_PWR)) { in dwc2_core_host_init()2483 hprt0 |= HPRT0_PWR; in dwc2_core_host_init()3615 hprt0 &= ~HPRT0_PWR; in dwc2_hcd_hub_control()3750 if (hprt0 & HPRT0_PWR) in dwc2_hcd_hub_control()3826 hprt0 |= HPRT0_PWR; in dwc2_hcd_hub_control()3853 hprt0 |= HPRT0_PWR | HPRT0_RST; in dwc2_hcd_hub_control()4483 hprt0 &= ~HPRT0_PWR; in _dwc2_hcd_suspend()4575 dwc2_writel(hsotg, HPRT0_PWR | HPRT0_CONNDET | in _dwc2_hcd_resume()5650 hprt0 |= HPRT0_PWR; in dwc2_host_exit_hibernation()[all …]
721 #define HPRT0_PWR BIT(12) macro