Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/dwc2/
H A Ddwc2_core.c1017 u32 usbcfg, ggpio, i2cctl; in dwc2_fs_phy_init() local
1043 ggpio = dwc2_readl(hsotg, GGPIO); in dwc2_fs_phy_init()
1044 if (!(ggpio & GGPIO_STM32_OTG_GCCFG_PWRDWN)) { in dwc2_fs_phy_init()
1050 ggpio |= GGPIO_STM32_OTG_GCCFG_PWRDWN; in dwc2_fs_phy_init()
1051 dwc2_writel(hsotg, ggpio, GGPIO); in dwc2_fs_phy_init()