Home
last modified time | relevance | path

Searched refs:ggpio (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/usb/dwc2/
Dhcd.c128 u32 usbcfg, ggpio, i2cctl; in dwc2_fs_phy_init() local
154 ggpio = dwc2_readl(hsotg, GGPIO); in dwc2_fs_phy_init()
155 if (!(ggpio & GGPIO_STM32_OTG_GCCFG_PWRDWN)) { in dwc2_fs_phy_init()
161 ggpio |= GGPIO_STM32_OTG_GCCFG_PWRDWN; in dwc2_fs_phy_init()
162 dwc2_writel(hsotg, ggpio, GGPIO); in dwc2_fs_phy_init()