Searched refs:pcgctl (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/usb/dwc2/ |
| H A D | hcd.c | 3274 u32 pcgctl; in dwc2_port_suspend() local 3321 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_port_suspend() 3322 pcgctl &= ~PCGCTL_STOPPCLK; in dwc2_port_suspend() 3323 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_port_suspend() 3390 u32 pcgctl; in dwc2_hcd_hub_control() local 3676 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_hcd_hub_control() 3677 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK); in dwc2_hcd_hub_control() 3678 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_hcd_hub_control() 5921 u32 pcgctl; in dwc2_host_enter_clock_gating() local 5931 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_clock_gating() [all …]
|
| H A D | gadget.c | 5679 u32 pcgctl; in dwc2_gadget_enter_clock_gating() local 5684 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_clock_gating() 5685 pcgctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_clock_gating() 5686 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_enter_clock_gating() 5690 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_clock_gating() 5691 pcgctl |= PCGCTL_GATEHCLK; in dwc2_gadget_enter_clock_gating() 5692 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_enter_clock_gating() 5709 u32 pcgctl; in dwc2_gadget_exit_clock_gating() local 5715 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_clock_gating() 5716 pcgctl &= ~PCGCTL_GATEHCLK; in dwc2_gadget_exit_clock_gating() [all …]
|