Searched refs:PCGCTL (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/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() 144 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_exit_partial_power_down() 146 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_exit_partial_power_down() 148 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_exit_partial_power_down() 150 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_exit_partial_power_down() 152 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_exit_partial_power_down() 154 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_exit_partial_power_down() 228 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_enter_partial_power_down() 231 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_enter_partial_power_down() [all …]
|
D | core_intr.c | 439 u32 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_handle_wakeup_detected_intr() 443 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_handle_wakeup_detected_intr() 609 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_handle_lpm_intr() 611 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_handle_lpm_intr()
|
D | hcd.c | 2183 dwc2_writel(hsotg, 0, PCGCTL); in dwc2_core_host_init() 3311 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend() 3313 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend() 3319 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend() 3321 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend() 3345 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_resume() 3347 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_resume() 3656 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_hcd_hub_control() 3658 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_hcd_hub_control() 3660 dwc2_writel(hsotg, 0, PCGCTL); in dwc2_hcd_hub_control() [all …]
|
D | hw.h | 651 #define PCGCTL HSOTG_REG(0x0e00) macro
|
D | debugfs.c | 538 dump_register(PCGCTL),
|
D | gadget.c | 5350 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_hibernation() 5352 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_exit_hibernation()
|