Searched refs:pcgctl (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/usb/dwc2/ |
H A D | core_intr.c | 329 u32 pcgctl; in dwc2_wakeup_from_lpm_l1() local 344 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_wakeup_from_lpm_l1() 345 pcgctl &= ~PCGCTL_ENBL_SLEEP_GATING; in dwc2_wakeup_from_lpm_l1() 346 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_wakeup_from_lpm_l1()
|
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() 5908 u32 pcgctl; in dwc2_host_enter_clock_gating() local 5918 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_host_enter_clock_gating() [all …]
|
H A D | gadget.c | 5629 u32 pcgctl; in dwc2_gadget_enter_clock_gating() local 5634 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_clock_gating() 5635 pcgctl |= PCGCTL_STOPPCLK; in dwc2_gadget_enter_clock_gating() 5636 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_enter_clock_gating() 5640 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_enter_clock_gating() 5641 pcgctl |= PCGCTL_GATEHCLK; in dwc2_gadget_enter_clock_gating() 5642 dwc2_writel(hsotg, pcgctl, PCGCTL); in dwc2_gadget_enter_clock_gating() 5659 u32 pcgctl; in dwc2_gadget_exit_clock_gating() local 5665 pcgctl = dwc2_readl(hsotg, PCGCTL); in dwc2_gadget_exit_clock_gating() 5666 pcgctl &= ~PCGCTL_GATEHCLK; in dwc2_gadget_exit_clock_gating() [all …]
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-dwc2.h | 148 uint32_t pcgctl; /* e00 */ member
|