Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/dwc2/
Ddwc2_core.c1044 if (!(ggpio & GGPIO_STM32_OTG_GCCFG_PWRDWN)) { in dwc2_fs_phy_init()
1050 ggpio |= GGPIO_STM32_OTG_GCCFG_PWRDWN; in dwc2_fs_phy_init()
Ddwc2_hw.h239 #define GGPIO_STM32_OTG_GCCFG_PWRDWN (1 << 16) macro