Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.c404 reg |= DWC3_GUSB3PIPECTL_TX_DEEPH(dwc->tx_de_emphasis); in dwc3_phy_setup()
696 u8 tx_de_emphasis; in dwc3_uboot_init() local
720 tx_de_emphasis = 1; in dwc3_uboot_init()
754 if (dwc3_dev->tx_de_emphasis) in dwc3_uboot_init()
755 tx_de_emphasis = dwc3_dev->tx_de_emphasis; in dwc3_uboot_init()
765 dwc->tx_de_emphasis = tx_de_emphasis; in dwc3_uboot_init()
979 u8 tx_de_emphasis; in dwc3_of_parse() local
986 tx_de_emphasis = 1; in dwc3_of_parse()
1036 tx_de_emphasis = *tmp; in dwc3_of_parse()
1039 dwc->tx_de_emphasis = tx_de_emphasis; in dwc3_of_parse()
H A Dcore.h844 unsigned tx_de_emphasis:2; member
/rk3399_rockchip-uboot/include/
H A Ddwc3-uboot.h38 unsigned tx_de_emphasis; member