Searched refs:PCGCTL (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/usb/dwc2/ |
H 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()
|
H 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() 3684 dwc2_writel(hsotg, 0, PCGCTL); in dwc2_hcd_hub_control() 5921 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_clock_gating() 5923 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_enter_clock_gating() 5927 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_clock_gating() 5929 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_enter_clock_gating() 5952 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_clock_gating() 5954 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_host_exit_clock_gating() 5958 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_exit_clock_gating() [all …]
|
H A D | core_intr.c | 344 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_wakeup_from_lpm_l1() 346 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_wakeup_from_lpm_l1() 622 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_handle_lpm_intr() 624 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_handle_lpm_intr()
|
H A D | gadget.c | 5528 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_partial_power_down() 5531 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_partial_power_down() 5535 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_partial_power_down() 5633 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_clock_gating() 5635 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_enter_clock_gating() 5639 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_clock_gating() 5641 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_enter_clock_gating() 5664 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_clock_gating() 5666 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_exit_clock_gating() 5670 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_clock_gating() [all …]
|
H A D | hw.h | 622 #define PCGCTL HSOTG_REG(0x0e00) macro
|
H A D | debugfs.c | 538 dump_register(PCGCTL),
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-dwc2.c | 1069 if (addr < PCGCTL || addr > PCGCCTL1) { in dwc2_pcgreg_read() 1089 if (addr < PCGCTL || addr > PCGCCTL1) { in dwc2_pcgreg_write()
|
/openbmc/qemu/include/hw/usb/ |
H A D | dwc2-regs.h | 646 #define PCGCTL HSOTG_REG(0x0e00) macro
|