Searched refs:HPRT0_PWR (Results 1 – 4 of 4) sorted by relevance
2293 !!(hprt0 & HPRT0_PWR)); in dwc2_core_host_init()2294 if (!(hprt0 & HPRT0_PWR)) { in dwc2_core_host_init()2295 hprt0 |= HPRT0_PWR; in dwc2_core_host_init()3450 pwr = hprt0 & HPRT0_PWR; in dwc2_hcd_hub_control()3451 hprt0 &= ~HPRT0_PWR; in dwc2_hcd_hub_control()3588 if (hprt0 & HPRT0_PWR) in dwc2_hcd_hub_control()3664 pwr = hprt0 & HPRT0_PWR; in dwc2_hcd_hub_control()3665 hprt0 |= HPRT0_PWR; in dwc2_hcd_hub_control()3685 pwr = hprt0 & HPRT0_PWR; in dwc2_hcd_hub_control()3695 hprt0 |= HPRT0_PWR | HPRT0_RST; in dwc2_hcd_hub_control()[all …]
334 hprt0 |= HPRT0_PWR; in dwc2_handle_session_req_intr()
816 !(dwc2_readl(dwc2, HPRT0) & HPRT0_PWR)) { in dwc2_resume()
747 #define HPRT0_PWR BIT(12) macro