Home
last modified time | relevance | path

Searched refs:tx_de_emphasis (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/usb/dwc3/
Dcore.c371 reg |= DWC3_GUSB3PIPECTL_TX_DEEPH(dwc->tx_de_emphasis); in dwc3_phy_setup()
621 u8 tx_de_emphasis; in dwc3_uboot_init() local
643 tx_de_emphasis = 1; in dwc3_uboot_init()
674 if (dwc3_dev->tx_de_emphasis) in dwc3_uboot_init()
675 tx_de_emphasis = dwc3_dev->tx_de_emphasis; in dwc3_uboot_init()
682 dwc->tx_de_emphasis = tx_de_emphasis; in dwc3_uboot_init()
Dcore.h818 unsigned tx_de_emphasis:2; member
/external/u-boot/include/
Ddwc3-uboot.h34 unsigned tx_de_emphasis; member