Searched refs:pcgcctl (Results 1 – 5 of 5) sorted by relevance
/drivers/usb/dwc2/ |
D | core.c | 86 gr->pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_backup_global_registers() 124 dwc2_writel(hsotg, gr->pcgcctl, PCGCTL); in dwc2_restore_global_registers() 138 u32 pcgcctl; in dwc2_exit_partial_power_down() local 144 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_exit_partial_power_down() 145 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_exit_partial_power_down() 146 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_exit_partial_power_down() 148 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_exit_partial_power_down() 149 pcgcctl &= ~PCGCTL_PWRCLMP; in dwc2_exit_partial_power_down() 150 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_exit_partial_power_down() 152 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_exit_partial_power_down() [all …]
|
D | core_intr.c | 439 u32 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_handle_wakeup_detected_intr() local 442 pcgcctl &= ~PCGCTL_STOPPCLK; in dwc2_handle_wakeup_detected_intr() 443 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_handle_wakeup_detected_intr() 577 u32 pcgcctl; in dwc2_handle_lpm_intr() local 609 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_handle_lpm_intr() 610 pcgcctl |= PCGCTL_ENBL_SLEEP_GATING; in dwc2_handle_lpm_intr() 611 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_handle_lpm_intr()
|
D | hcd.c | 5381 u32 pcgcctl; in dwc2_host_enter_hibernation() local 5420 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_hibernation() 5421 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation() 5422 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_hibernation() 5436 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_hibernation() 5437 pcgcctl |= PCGCTL_STOPPCLK; in dwc2_host_enter_hibernation() 5438 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_hibernation()
|
D | core.h | 707 u32 pcgcctl; member
|
D | gadget.c | 5318 u32 pcgcctl; in dwc2_gadget_exit_hibernation() local 5350 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_hibernation() 5351 pcgcctl &= ~PCGCTL_RSTPDWNMODULE; in dwc2_gadget_exit_hibernation() 5352 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_exit_hibernation()
|