Lines Matching refs:gpwrdn
5470 u32 gpwrdn; in dwc2_host_enter_hibernation() local
5512 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5513 gpwrdn |= GPWRDN_PMUACTV; in dwc2_host_enter_hibernation()
5514 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5518 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5519 gpwrdn |= GPWRDN_PMUACTV; in dwc2_host_enter_hibernation()
5520 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5530 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5531 gpwrdn |= GPWRDN_PMUINTSEL; in dwc2_host_enter_hibernation()
5532 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5536 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5537 gpwrdn |= GPWRDN_DISCONN_DET_MSK; in dwc2_host_enter_hibernation()
5538 gpwrdn |= GPWRDN_LNSTSCHG_MSK; in dwc2_host_enter_hibernation()
5539 gpwrdn |= GPWRDN_STS_CHGINT_MSK; in dwc2_host_enter_hibernation()
5540 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5544 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5545 gpwrdn |= GPWRDN_PWRDNCLMP; in dwc2_host_enter_hibernation()
5546 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5550 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5551 gpwrdn |= GPWRDN_PWRDNSWTCH; in dwc2_host_enter_hibernation()
5552 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5576 u32 gpwrdn; in dwc2_host_exit_hibernation() local
5603 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_exit_hibernation()
5604 gpwrdn &= ~GPWRDN_RESTORE; in dwc2_host_exit_hibernation()
5605 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_exit_hibernation()
5613 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_exit_hibernation()
5614 gpwrdn &= ~GPWRDN_PMUACTV; in dwc2_host_exit_hibernation()
5615 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_exit_hibernation()