Searched refs:HPRT0_PWR (Results 1 – 3 of 3) sorted by relevance
2287 !!(hprt0 & HPRT0_PWR)); in dwc2_core_host_init()2288 if (!(hprt0 & HPRT0_PWR)) { in dwc2_core_host_init()2289 hprt0 |= HPRT0_PWR; in dwc2_core_host_init()3463 pwr = hprt0 & HPRT0_PWR; in dwc2_hcd_hub_control()3464 hprt0 &= ~HPRT0_PWR; in dwc2_hcd_hub_control()3601 if (hprt0 & HPRT0_PWR) in dwc2_hcd_hub_control()3675 pwr = hprt0 & HPRT0_PWR; in dwc2_hcd_hub_control()3676 hprt0 |= HPRT0_PWR; in dwc2_hcd_hub_control()3714 pwr = hprt0 & HPRT0_PWR; in dwc2_hcd_hub_control()3724 hprt0 |= HPRT0_PWR | HPRT0_RST; in dwc2_hcd_hub_control()[all …]
342 hprt0 |= HPRT0_PWR; in dwc2_handle_session_req_intr()
748 #define HPRT0_PWR BIT(12) macro