Lines Matching refs:gpwrdn
5377 u32 gpwrdn; in dwc2_host_enter_hibernation() local
5419 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5420 gpwrdn |= GPWRDN_PMUACTV; in dwc2_host_enter_hibernation()
5421 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5425 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5426 gpwrdn |= GPWRDN_PMUACTV; in dwc2_host_enter_hibernation()
5427 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5437 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5438 gpwrdn |= GPWRDN_PMUINTSEL; in dwc2_host_enter_hibernation()
5439 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5443 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5444 gpwrdn |= GPWRDN_DISCONN_DET_MSK; in dwc2_host_enter_hibernation()
5445 gpwrdn |= GPWRDN_LNSTSCHG_MSK; in dwc2_host_enter_hibernation()
5446 gpwrdn |= GPWRDN_STS_CHGINT_MSK; in dwc2_host_enter_hibernation()
5447 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5451 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5452 gpwrdn |= GPWRDN_PWRDNCLMP; in dwc2_host_enter_hibernation()
5453 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5457 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_enter_hibernation()
5458 gpwrdn |= GPWRDN_PWRDNSWTCH; in dwc2_host_enter_hibernation()
5459 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_enter_hibernation()
5483 u32 gpwrdn; in dwc2_host_exit_hibernation() local
5510 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_exit_hibernation()
5511 gpwrdn &= ~GPWRDN_RESTORE; in dwc2_host_exit_hibernation()
5512 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_exit_hibernation()
5520 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_host_exit_hibernation()
5521 gpwrdn &= ~GPWRDN_PMUACTV; in dwc2_host_exit_hibernation()
5522 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_host_exit_hibernation()