Searched refs:PCGCTL (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/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() 591 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_handle_lpm_intr() 593 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_handle_lpm_intr()
|
D | hcd.c | 2381 dwc2_writel(hsotg, 0, PCGCTL); in dwc2_core_host_init() 3499 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend() 3501 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend() 3507 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend() 3509 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend() 3533 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_resume() 3535 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_resume() 3837 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_hcd_hub_control() 3839 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_hcd_hub_control() 3841 dwc2_writel(hsotg, 0, PCGCTL); in dwc2_hcd_hub_control() [all …]
|
D | hw.h | 625 #define PCGCTL HSOTG_REG(0x0e00) macro
|
D | debugfs.c | 537 dump_register(PCGCTL),
|
D | gadget.c | 5064 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_hibernation() 5066 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_exit_hibernation()
|