Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h177 #define DWC3_GUSB3PIPECTL_TX_DEEPH_MASK DWC3_GUSB3PIPECTL_TX_DEEPH(3)
178 #define DWC3_GUSB3PIPECTL_TX_DEEPH(n) ((n) << 1) macro
H A Dcore.c371 reg |= DWC3_GUSB3PIPECTL_TX_DEEPH(dwc->tx_de_emphasis); in dwc3_phy_setup()
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.h323 #define DWC3_GUSB3PIPECTL_TX_DEEPH_MASK DWC3_GUSB3PIPECTL_TX_DEEPH(3)
324 #define DWC3_GUSB3PIPECTL_TX_DEEPH(n) ((n) << 1) macro
H A Dcore.c684 reg |= DWC3_GUSB3PIPECTL_TX_DEEPH(dwc->tx_de_emphasis); in dwc3_phy_setup()