Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dcore.c744 reg &= ~(DWC3_GUSB2PHYCFG_PHYIF_MASK | in dwc3_hs_phy_setup()
750 reg &= ~(DWC3_GUSB2PHYCFG_PHYIF_MASK | in dwc3_hs_phy_setup()
H A Dcore.h306 #define DWC3_GUSB2PHYCFG_PHYIF_MASK DWC3_GUSB2PHYCFG_PHYIF(1) macro