Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dplatform.c554 ggpio |= GGPIO_STM32_OTG_GCCFG_IDEN; in dwc2_driver_probe()
679 ggpio &= ~GGPIO_STM32_OTG_GCCFG_IDEN; in dwc2_suspend()
716 ggpio |= GGPIO_STM32_OTG_GCCFG_IDEN; in dwc2_resume()
H A Dhw.h209 #define GGPIO_STM32_OTG_GCCFG_IDEN BIT(22) macro