Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dcore.c1069 usbcfg &= ~(GUSBCFG_PHYIF16 | GUSBCFG_DDRSEL); in dwc2_hs_phy_init()
1071 usbcfg |= GUSBCFG_DDRSEL; in dwc2_hs_phy_init()
Dhw.h86 #define GUSBCFG_DDRSEL BIT(7) macro