Searched refs:gpwrdn (Results 1 – 5 of 5) sorted by relevance
690 u32 gpwrdn) in dwc_handle_gpwrdn_disc_det() argument731 if (gpwrdn & GPWRDN_IDSTS) { in dwc_handle_gpwrdn_disc_det()755 u32 gpwrdn; in dwc2_handle_gpwrdn_intr() local759 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_handle_gpwrdn_intr()761 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_handle_gpwrdn_intr()765 gpwrdn); in dwc2_handle_gpwrdn_intr()767 if ((gpwrdn & GPWRDN_DISCONN_DET) && in dwc2_handle_gpwrdn_intr()780 if (gpwrdn & GPWRDN_IDSTS) { in dwc2_handle_gpwrdn_intr()793 } else if ((gpwrdn & GPWRDN_RST_DET) && in dwc2_handle_gpwrdn_intr()794 (gpwrdn & GPWRDN_RST_DET_MSK)) { in dwc2_handle_gpwrdn_intr()[all …]
247 u32 gpwrdn; in dwc2_hib_restore_common() local250 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_hib_restore_common()251 gpwrdn &= ~GPWRDN_PWRDNSWTCH; in dwc2_hib_restore_common()252 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_hib_restore_common()256 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_hib_restore_common()257 gpwrdn &= ~GPWRDN_PWRDNRSTN; in dwc2_hib_restore_common()258 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_hib_restore_common()263 gpwrdn |= GPWRDN_RESTORE; in dwc2_hib_restore_common()269 gpwrdn &= ~GPWRDN_PWRDNCLMP; in dwc2_hib_restore_common()278 gpwrdn |= GPWRDN_PWRDNRSTN; in dwc2_hib_restore_common()[all …]
5496 u32 gpwrdn; in dwc2_host_enter_hibernation() local5539 gpwrdn |= GPWRDN_PMUACTV; in dwc2_host_enter_hibernation()5545 gpwrdn |= GPWRDN_PMUACTV; in dwc2_host_enter_hibernation()5557 gpwrdn |= GPWRDN_PMUINTSEL; in dwc2_host_enter_hibernation()5564 gpwrdn |= GPWRDN_LNSTSCHG_MSK; in dwc2_host_enter_hibernation()5565 gpwrdn |= GPWRDN_STS_CHGINT_MSK; in dwc2_host_enter_hibernation()5571 gpwrdn |= GPWRDN_PWRDNCLMP; in dwc2_host_enter_hibernation()5577 gpwrdn |= GPWRDN_PWRDNSWTCH; in dwc2_host_enter_hibernation()5602 u32 gpwrdn; in dwc2_host_exit_hibernation() local5630 gpwrdn &= ~GPWRDN_RESTORE; in dwc2_host_exit_hibernation()[all …]
5298 u32 gpwrdn; in dwc2_gadget_enter_hibernation() local5317 gpwrdn = GPWRDN_PWRDNRSTN; in dwc2_gadget_enter_hibernation()5318 gpwrdn |= GPWRDN_PMUACTV; in dwc2_gadget_enter_hibernation()5327 gpwrdn |= GPWRDN_PMUINTSEL; in dwc2_gadget_enter_hibernation()5333 gpwrdn |= GPWRDN_RST_DET_MSK; in dwc2_gadget_enter_hibernation()5334 gpwrdn |= GPWRDN_LNSTSCHG_MSK; in dwc2_gadget_enter_hibernation()5341 gpwrdn |= GPWRDN_PWRDNCLMP; in dwc2_gadget_enter_hibernation()5347 gpwrdn |= GPWRDN_PWRDNSWTCH; in dwc2_gadget_enter_hibernation()5373 u32 gpwrdn; in dwc2_gadget_exit_hibernation() local5399 gpwrdn &= ~GPWRDN_RESTORE; in dwc2_gadget_exit_hibernation()[all …]
716 u32 gpwrdn; member
Completed in 27 milliseconds