Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/dwc2/
Dcore.c1049 if (!(ggpio & GGPIO_STM32_OTG_GCCFG_PWRDWN)) { in dwc2_fs_phy_init()
1055 ggpio |= GGPIO_STM32_OTG_GCCFG_PWRDWN; in dwc2_fs_phy_init()
Dhw.h219 #define GGPIO_STM32_OTG_GCCFG_PWRDWN BIT(16) macro