Lines Matching refs:gpwrdn

5412 	u32 gpwrdn;  in dwc2_host_enter_hibernation()  local
5454 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5455 gpwrdn |= GPWRDN_PMUACTV; in dwc2_host_enter_hibernation()
5456 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5460 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5461 gpwrdn |= GPWRDN_PMUACTV; in dwc2_host_enter_hibernation()
5462 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5472 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5473 gpwrdn |= GPWRDN_PMUINTSEL; in dwc2_host_enter_hibernation()
5474 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5478 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5479 gpwrdn |= GPWRDN_DISCONN_DET_MSK; in dwc2_host_enter_hibernation()
5480 gpwrdn |= GPWRDN_LNSTSCHG_MSK; in dwc2_host_enter_hibernation()
5481 gpwrdn |= GPWRDN_STS_CHGINT_MSK; in dwc2_host_enter_hibernation()
5482 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5486 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5487 gpwrdn |= GPWRDN_PWRDNCLMP; in dwc2_host_enter_hibernation()
5488 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5492 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5493 gpwrdn |= GPWRDN_PWRDNSWTCH; in dwc2_host_enter_hibernation()
5494 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5518 u32 gpwrdn; in dwc2_host_exit_hibernation() local
5545 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_exit_hibernation()
5546 gpwrdn &= ~GPWRDN_RESTORE; in dwc2_host_exit_hibernation()
5547 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_exit_hibernation()
5555 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_exit_hibernation()
5556 gpwrdn &= ~GPWRDN_PMUACTV; in dwc2_host_exit_hibernation()
5557 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_exit_hibernation()