Lines Matching defs:ggpio
539 u32 ggpio;
553 ggpio = dwc2_readl(hsotg, GGPIO);
554 ggpio |= GGPIO_STM32_OTG_GCCFG_IDEN;
555 ggpio |= GGPIO_STM32_OTG_GCCFG_VBDEN;
556 dwc2_writel(hsotg, ggpio, GGPIO);
657 u32 ggpio, gotgctl;
678 ggpio = dwc2_readl(dwc2, GGPIO);
679 ggpio &= ~GGPIO_STM32_OTG_GCCFG_IDEN;
680 ggpio &= ~GGPIO_STM32_OTG_GCCFG_VBDEN;
681 dwc2_writel(dwc2, ggpio, GGPIO);
709 u32 ggpio, gotgctl;
715 ggpio = dwc2_readl(dwc2, GGPIO);
716 ggpio |= GGPIO_STM32_OTG_GCCFG_IDEN;
717 ggpio |= GGPIO_STM32_OTG_GCCFG_VBDEN;
718 dwc2_writel(dwc2, ggpio, GGPIO);