Lines Matching defs:ggpio
511 u32 ggpio;
529 ggpio = dwc2_readl(hsotg, GGPIO);
530 ggpio |= GGPIO_STM32_OTG_GCCFG_IDEN;
531 ggpio |= GGPIO_STM32_OTG_GCCFG_VBDEN;
532 dwc2_writel(hsotg, ggpio, GGPIO);
634 u32 ggpio, gotgctl;
655 ggpio = dwc2_readl(dwc2, GGPIO);
656 ggpio &= ~GGPIO_STM32_OTG_GCCFG_IDEN;
657 ggpio &= ~GGPIO_STM32_OTG_GCCFG_VBDEN;
658 dwc2_writel(dwc2, ggpio, GGPIO);
686 u32 ggpio, gotgctl;
692 ggpio = dwc2_readl(dwc2, GGPIO);
693 ggpio |= GGPIO_STM32_OTG_GCCFG_IDEN;
694 ggpio |= GGPIO_STM32_OTG_GCCFG_VBDEN;
695 dwc2_writel(dwc2, ggpio, GGPIO);