Searched refs:PCGCTL (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/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 | 433 u32 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_handle_wakeup_detected_intr() 437 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_handle_wakeup_detected_intr() 603 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_handle_lpm_intr() 605 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_handle_lpm_intr()
|
D | hcd.c | 2182 dwc2_writel(hsotg, 0, PCGCTL); in dwc2_core_host_init() 3310 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend() 3312 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend() 3318 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend() 3320 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend() 3344 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_resume() 3346 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_resume() 3655 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_hcd_hub_control() 3657 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_hcd_hub_control() 3659 dwc2_writel(hsotg, 0, PCGCTL); in dwc2_hcd_hub_control() [all …]
|
D | hw.h | 642 #define PCGCTL HSOTG_REG(0x0e00) macro
|
D | debugfs.c | 537 dump_register(PCGCTL),
|
D | gadget.c | 5241 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_hibernation() 5243 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_exit_hibernation()
|