Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/dwc2/
Dcore.c1111 usbcfg &= ~(GUSBCFG_PHYIF16 | GUSBCFG_DDRSEL); in dwc2_hs_phy_init()
1113 usbcfg |= GUSBCFG_DDRSEL; in dwc2_hs_phy_init()
Dhw.h87 #define GUSBCFG_DDRSEL BIT(7) macro