Searched refs:PCGCTL (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/usb/dwc2/ |
H A D | core_intr.c | 103 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_handle_otg_intr() 105 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_handle_otg_intr() 109 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_handle_otg_intr() 111 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_handle_otg_intr() 359 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_wakeup_from_lpm_l1() 361 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_wakeup_from_lpm_l1() 637 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_handle_lpm_intr() 639 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_handle_lpm_intr()
|
H A D | hcd.c | 2148 dwc2_writel(hsotg, 0, PCGCTL); in dwc2_core_host_init() 3321 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend() 3323 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend() 3676 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_hcd_hub_control() 3678 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_hcd_hub_control() 3680 dwc2_writel(hsotg, 0, PCGCTL); in dwc2_hcd_hub_control() 5565 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_hibernation() 5567 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_hibernation() 5581 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_hibernation() 5583 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_host_enter_hibernation() [all...] |
H A D | gadget.c | 5396 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_hibernation() 5398 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_hibernation() 5415 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_hibernation() 5417 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_hibernation() 5504 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_hibernation() 5506 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_exit_hibernation() 5593 pcgcctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_partial_power_down() 5596 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_partial_power_down() 5600 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_partial_power_down() 5604 dwc2_writel(hsotg, pcgcctl, PCGCTL); in dwc2_gadget_enter_partial_power_down() [all...] |
H A D | hw.h | 636 #define PCGCTL HSOTG_REG(0x0e00) macro
|
H A D | debugfs.c | 538 dump_register(PCGCTL),
|