Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dcore.h195 #define DWC3_GUSB3PIPECTL_TX_DEEPH_MASK DWC3_GUSB3PIPECTL_TX_DEEPH(3)
196 #define DWC3_GUSB3PIPECTL_TX_DEEPH(n) ((n) << 1) macro
H A Dcore.c403 reg |= DWC3_GUSB3PIPECTL_TX_DEEPH(dwc->tx_de_emphasis); in dwc3_phy_setup()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dcore.h315 #define DWC3_GUSB3PIPECTL_TX_DEEPH_MASK DWC3_GUSB3PIPECTL_TX_DEEPH(3)
316 #define DWC3_GUSB3PIPECTL_TX_DEEPH(n) ((n) << 1) macro
H A Dcore.c677 reg |= DWC3_GUSB3PIPECTL_TX_DEEPH(dwc->tx_de_emphasis); in dwc3_phy_setup()