Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.c348 reg &= ~(DWC3_GUSB2PHYCFG_PHYIF_MASK | in dwc3_hsphy_mode_setup()
354 reg &= ~(DWC3_GUSB2PHYCFG_PHYIF_MASK | in dwc3_hsphy_mode_setup()
441 reg &= ~(DWC3_GUSB2PHYCFG_PHYIF_MASK | in dwc3_phy_setup()
H A Dcore.h176 #define DWC3_GUSB2PHYCFG_PHYIF_MASK DWC3_GUSB2PHYCFG_PHYIF(1) macro