Lines Matching refs:gpwrdn
5501 u32 gpwrdn; in dwc2_host_enter_hibernation() local
5543 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5544 gpwrdn |= GPWRDN_PMUACTV; in dwc2_host_enter_hibernation()
5545 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5549 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5550 gpwrdn |= GPWRDN_PMUACTV; in dwc2_host_enter_hibernation()
5551 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5561 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5562 gpwrdn |= GPWRDN_PMUINTSEL; in dwc2_host_enter_hibernation()
5563 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5567 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5568 gpwrdn |= GPWRDN_DISCONN_DET_MSK; in dwc2_host_enter_hibernation()
5569 gpwrdn |= GPWRDN_LNSTSCHG_MSK; in dwc2_host_enter_hibernation()
5570 gpwrdn |= GPWRDN_STS_CHGINT_MSK; in dwc2_host_enter_hibernation()
5571 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5575 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5576 gpwrdn |= GPWRDN_PWRDNCLMP; in dwc2_host_enter_hibernation()
5577 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5581 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5582 gpwrdn |= GPWRDN_PWRDNSWTCH; in dwc2_host_enter_hibernation()
5583 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5607 u32 gpwrdn; in dwc2_host_exit_hibernation() local
5634 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_exit_hibernation()
5635 gpwrdn &= ~GPWRDN_RESTORE; in dwc2_host_exit_hibernation()
5636 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_exit_hibernation()
5644 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_exit_hibernation()
5645 gpwrdn &= ~GPWRDN_PMUACTV; in dwc2_host_exit_hibernation()
5646 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_exit_hibernation()