Searched refs:PCGCTL (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/drivers/usb/dwc2/ |
D | core.c | 86 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()
|
D | hcd.c | 2181 dwc2_writel(hsotg, 0, PCGCTL); in dwc2_core_host_init() 3348 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend() 3350 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend() 3707 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_hcd_hub_control() 3709 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_hcd_hub_control() 3711 dwc2_writel(hsotg, 0, PCGCTL); in dwc2_hcd_hub_control() 5537 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_hibernation() 5539 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_hibernation() 5553 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_hibernation() 5555 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_hibernation() [all …]
|
D | gadget.c | 5392 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_hibernation() 5394 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_exit_hibernation() 5496 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_partial_power_down() 5499 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_partial_power_down() 5503 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_partial_power_down() 5507 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_partial_power_down() 5541 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_partial_power_down() 5543 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_exit_partial_power_down() 5545 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_partial_power_down() 5547 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_exit_partial_power_down() [all …]
|
D | core_intr.c | 628 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_handle_lpm_intr() 630 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_handle_lpm_intr()
|
D | hw.h | 652 #define PCGCTL HSOTG_REG(0x0e00) macro
|
D | debugfs.c | 538 dump_register(PCGCTL),
|