Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dcore.c1103 if (!(ggpio & GGPIO_STM32_OTG_GCCFG_PWRDWN)) { in dwc2_fs_phy_init()
1109 ggpio |= GGPIO_STM32_OTG_GCCFG_PWRDWN; in dwc2_fs_phy_init()
H A Dhw.h236 #define GGPIO_STM32_OTG_GCCFG_PWRDWN BIT(16) macro