Searched refs:PCGCTL (Results 1 – 6 of 6) sorted by relevance
| /drivers/usb/dwc2/ |
| A D | core_intr.c | 103 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()
|
| A D | core.c | 57 gr->pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_backup_global_registers() 95 dwc2_writel(hsotg, gr->pcgcctl, PCGCTL); in dwc2_restore_global_registers() 171 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_restore_essential_regs() 189 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_restore_essential_regs() 193 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_restore_essential_regs() 199 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_restore_essential_regs() 203 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_restore_essential_regs() 776 addr = hsotg->regs + PCGCTL; in dwc2_dump_global_registers() 778 (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() 3321 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend() 3680 dwc2_writel(hsotg, 0, PCGCTL); in dwc2_hcd_hub_control() 5931 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_clock_gating() 5933 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_enter_clock_gating() 5937 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_clock_gating() 5939 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_enter_clock_gating() 5962 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_clock_gating() 5964 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_exit_clock_gating() 5968 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_clock_gating() [all …]
|
| A D | gadget.c | 5593 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_partial_power_down() 5596 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_partial_power_down() 5600 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_partial_power_down() 5684 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_clock_gating() 5686 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_enter_clock_gating() 5690 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_clock_gating() 5692 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_enter_clock_gating() 5715 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_clock_gating() 5717 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_exit_clock_gating() 5721 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_clock_gating() [all …]
|
| A D | hw.h | 636 #define PCGCTL HSOTG_REG(0x0e00) macro
|
| A D | debugfs.c | 538 dump_register(PCGCTL),
|
Completed in 28 milliseconds