Home
last modified time | relevance | path

Searched refs:DWC3_GUSB2PHYCFG_PHYIF (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-rockchip.c76 reg |= DWC3_GUSB2PHYCFG_PHYIF; in rockchip_dwc3_phy_setup()
80 reg &= ~DWC3_GUSB2PHYCFG_PHYIF; in rockchip_dwc3_phy_setup()
/openbmc/u-boot/include/linux/usb/
H A Ddwc3.h185 #define DWC3_GUSB2PHYCFG_PHYIF (1 << 3) macro
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.h292 #define DWC3_GUSB2PHYCFG_PHYIF(n) (n << 3) macro
293 #define DWC3_GUSB2PHYCFG_PHYIF_MASK DWC3_GUSB2PHYCFG_PHYIF(1)
H A Dcore.c719 reg |= DWC3_GUSB2PHYCFG_PHYIF(UTMI_PHYIF_8_BIT) | in dwc3_phy_setup()
725 reg |= DWC3_GUSB2PHYCFG_PHYIF(UTMI_PHYIF_16_BIT) | in dwc3_phy_setup()