Searched refs:PCGCTL (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A 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 …]
|
| H A 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()
|
| H A D | hcd.c | 2187 dwc2_writel(hsotg, 0, PCGCTL); in dwc2_core_host_init() 3333 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend() 3335 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend() 3341 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend() 3343 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend() 3367 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_resume() 3369 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_resume() 3678 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_hcd_hub_control() 3680 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_hcd_hub_control() 3682 dwc2_writel(hsotg, 0, PCGCTL); in dwc2_hcd_hub_control() [all …]
|
| H A D | hw.h | 651 #define PCGCTL HSOTG_REG(0x0e00) macro
|
| H A D | debugfs.c | 538 dump_register(PCGCTL),
|
| H A D | gadget.c | 5398 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_hibernation() 5400 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_exit_hibernation()
|