Home
last modified time | relevance | path

Searched refs:gpwrdn (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/usb/dwc2/
H A Dcore_intr.c699 u32 gpwrdn) in dwc_handle_gpwrdn_disc_det() argument
733 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc_handle_gpwrdn_disc_det()
735 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc_handle_gpwrdn_disc_det()
745 if (gpwrdn & GPWRDN_IDSTS) { in dwc_handle_gpwrdn_disc_det()
769 u32 gpwrdn; in dwc2_handle_gpwrdn_intr() local
773 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_handle_gpwrdn_intr()
775 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_handle_gpwrdn_intr()
779 gpwrdn); in dwc2_handle_gpwrdn_intr()
781 if ((gpwrdn & GPWRDN_DISCONN_DET) && in dwc2_handle_gpwrdn_intr()
794 if (gpwrdn & GPWRDN_IDSTS) { in dwc2_handle_gpwrdn_intr()
[all …]
H A Dcore.c218 u32 gpwrdn; in dwc2_hib_restore_common() local
221 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_hib_restore_common()
222 gpwrdn &= ~GPWRDN_PWRDNSWTCH; in dwc2_hib_restore_common()
223 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_hib_restore_common()
227 gpwrdn = dwc2_readl(hsotg, GPWRDN); in dwc2_hib_restore_common()
228 gpwrdn &= ~GPWRDN_PWRDNRSTN; in dwc2_hib_restore_common()
229 dwc2_writel(hsotg, gpwrdn, GPWRDN); in dwc2_hib_restore_common()
234 gpwrdn |= GPWRDN_RESTORE; in dwc2_hib_restore_common()
240 gpwrdn &= ~GPWRDN_PWRDNCLMP; in dwc2_hib_restore_common()
249 gpwrdn |= GPWRDN_PWRDNRSTN; in dwc2_hib_restore_common()
[all …]
H A Dhcd.c5532 u32 gpwrdn; in dwc2_host_enter_hibernation() local
5571 gpwrdn |= GPWRDN_PMUACTV; in dwc2_host_enter_hibernation()
5577 gpwrdn |= GPWRDN_PMUACTV; in dwc2_host_enter_hibernation()
5589 gpwrdn |= GPWRDN_PMUINTSEL; in dwc2_host_enter_hibernation()
5596 gpwrdn |= GPWRDN_LNSTSCHG_MSK; in dwc2_host_enter_hibernation()
5603 gpwrdn |= GPWRDN_PWRDNCLMP; in dwc2_host_enter_hibernation()
5609 gpwrdn |= GPWRDN_PWRDNSWTCH; in dwc2_host_enter_hibernation()
5634 u32 gpwrdn; in dwc2_host_exit_hibernation() local
5662 gpwrdn &= ~GPWRDN_RESTORE; in dwc2_host_exit_hibernation()
5678 gpwrdn &= ~GPWRDN_PMUACTV; in dwc2_host_exit_hibernation()
[all …]
H A Dgadget.c5368 u32 gpwrdn; in dwc2_gadget_enter_hibernation() local
5380 gpwrdn = GPWRDN_PWRDNRSTN; in dwc2_gadget_enter_hibernation()
5397 gpwrdn |= GPWRDN_PMUACTV; in dwc2_gadget_enter_hibernation()
5406 gpwrdn |= GPWRDN_PMUINTSEL; in dwc2_gadget_enter_hibernation()
5412 gpwrdn |= GPWRDN_RST_DET_MSK; in dwc2_gadget_enter_hibernation()
5413 gpwrdn |= GPWRDN_LNSTSCHG_MSK; in dwc2_gadget_enter_hibernation()
5420 gpwrdn |= GPWRDN_PWRDNCLMP; in dwc2_gadget_enter_hibernation()
5426 gpwrdn |= GPWRDN_PWRDNSWTCH; in dwc2_gadget_enter_hibernation()
5452 u32 gpwrdn; in dwc2_gadget_exit_hibernation() local
5479 gpwrdn &= ~GPWRDN_RESTORE; in dwc2_gadget_exit_hibernation()
[all …]
H A Dcore.h699 u32 gpwrdn; member