Home
last modified time | relevance | path

Searched refs:PCGCTL (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/usb/dwc2/
A Dcore.c86 gr->pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_backup_global_registers()
124 dwc2_writel(hsotg, gr->pcgcctl, PCGCTL); in dwc2_restore_global_registers()
200 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_restore_essential_regs()
218 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_restore_essential_regs()
222 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_restore_essential_regs()
228 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_restore_essential_regs()
232 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_restore_essential_regs()
800 addr = hsotg->regs + PCGCTL; in dwc2_dump_global_registers()
802 (unsigned long)addr, dwc2_readl(hsotg, PCGCTL)); in dwc2_dump_global_registers()
A Dhcd.c2177 dwc2_writel(hsotg, 0, PCGCTL); in dwc2_core_host_init()
3344 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()
3707 dwc2_writel(hsotg, 0, PCGCTL); in dwc2_hcd_hub_control()
5916 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_clock_gating()
5918 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_enter_clock_gating()
5922 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_clock_gating()
5924 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_enter_clock_gating()
5947 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_clock_gating()
5949 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_exit_clock_gating()
5953 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_clock_gating()
[all …]
A Dgadget.c5508 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_partial_power_down()
5511 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_partial_power_down()
5515 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_partial_power_down()
5613 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_clock_gating()
5615 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_enter_clock_gating()
5619 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_clock_gating()
5621 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_enter_clock_gating()
5644 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_clock_gating()
5646 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_exit_clock_gating()
5650 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_clock_gating()
[all …]
A Dcore_intr.c628 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_handle_lpm_intr()
630 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_handle_lpm_intr()
A Dhw.h652 #define PCGCTL HSOTG_REG(0x0e00) macro
A Ddebugfs.c538 dump_register(PCGCTL),

Completed in 27 milliseconds