Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/dwc2/
Dcore_intr.c103 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_handle_otg_intr()
105 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_handle_otg_intr()
109 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_handle_otg_intr()
111 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_handle_otg_intr()
359 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_wakeup_from_lpm_l1()
361 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_wakeup_from_lpm_l1()
637 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_handle_lpm_intr()
639 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_handle_lpm_intr()
Dcore.c56 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()
775 addr = hsotg->regs + PCGCTL; in dwc2_dump_global_registers()
777 (unsigned long)addr, dwc2_readl(hsotg, PCGCTL)); in dwc2_dump_global_registers()
Dhcd.c2148 dwc2_writel(hsotg, 0, PCGCTL); in dwc2_core_host_init()
3321 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend()
3323 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend()
3680 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_hcd_hub_control()
3682 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_hcd_hub_control()
3684 dwc2_writel(hsotg, 0, PCGCTL); in dwc2_hcd_hub_control()
5534 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_hibernation()
5536 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_hibernation()
5550 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_hibernation()
5552 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_hibernation()
[all …]
Dgadget.c5353 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_hibernation()
5355 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_hibernation()
5445 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_hibernation()
5447 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_exit_hibernation()
5554 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_partial_power_down()
5557 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_partial_power_down()
5561 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_partial_power_down()
5565 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_partial_power_down()
5599 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_partial_power_down()
5601 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_exit_partial_power_down()
[all …]
Dhw.h636 #define PCGCTL HSOTG_REG(0x0e00) macro
Ddebugfs.c538 dump_register(PCGCTL),