Searched refs:PCGCTL (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/usb/dwc2/ |
A D | core.c | 56 gr->pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_backup_global_registers() 94 dwc2_writel(hsotg, gr->pcgcctl, PCGCTL); in dwc2_restore_global_registers() 170 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_restore_essential_regs() 188 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_restore_essential_regs() 192 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_restore_essential_regs() 198 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_restore_essential_regs() 202 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_restore_essential_regs() 770 addr = hsotg->regs + PCGCTL; in dwc2_dump_global_registers() 772 (unsigned long)addr, dwc2_readl(hsotg, PCGCTL)); in dwc2_dump_global_registers()
|
A D | hcd.c | 2148 dwc2_writel(hsotg, 0, PCGCTL); in dwc2_core_host_init() 3315 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend() 3678 dwc2_writel(hsotg, 0, PCGCTL); in dwc2_hcd_hub_control() 5890 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_clock_gating() 5892 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_enter_clock_gating() 5896 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_clock_gating() 5898 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_enter_clock_gating() 5921 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_clock_gating() 5923 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_exit_clock_gating() 5927 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_clock_gating() [all …]
|
A D | gadget.c | 5521 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_partial_power_down() 5524 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_partial_power_down() 5528 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_partial_power_down() 5626 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_clock_gating() 5628 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_enter_clock_gating() 5632 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_clock_gating() 5634 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_enter_clock_gating() 5657 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_clock_gating() 5659 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_exit_clock_gating() 5663 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_clock_gating() [all …]
|
A D | core_intr.c | 598 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_handle_lpm_intr() 600 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_handle_lpm_intr()
|
A D | hw.h | 622 #define PCGCTL HSOTG_REG(0x0e00) macro
|
A D | debugfs.c | 538 dump_register(PCGCTL),
|
Completed in 27 milliseconds