Searched refs:tx_de_emphasis (Results 1 – 6 of 6) sorted by relevance
403 reg |= DWC3_GUSB3PIPECTL_TX_DEEPH(dwc->tx_de_emphasis); in dwc3_phy_setup()695 u8 tx_de_emphasis; in dwc3_uboot_init() local719 tx_de_emphasis = 1; in dwc3_uboot_init()751 if (dwc3_dev->tx_de_emphasis) in dwc3_uboot_init()752 tx_de_emphasis = dwc3_dev->tx_de_emphasis; in dwc3_uboot_init()759 dwc->tx_de_emphasis = tx_de_emphasis; in dwc3_uboot_init()973 u8 tx_de_emphasis; in dwc3_of_parse() local980 tx_de_emphasis = 1; in dwc3_of_parse()1030 tx_de_emphasis = *tmp; in dwc3_of_parse()1033 dwc->tx_de_emphasis = tx_de_emphasis; in dwc3_of_parse()
844 unsigned tx_de_emphasis:2; member
38 unsigned tx_de_emphasis; member
677 reg |= DWC3_GUSB3PIPECTL_TX_DEEPH(dwc->tx_de_emphasis); in dwc3_phy_setup()1307 u8 tx_de_emphasis; in dwc3_get_properties() local1321 tx_de_emphasis = 1; in dwc3_get_properties()1425 &tx_de_emphasis); in dwc3_get_properties()1438 dwc->tx_de_emphasis = tx_de_emphasis; in dwc3_get_properties()
1315 unsigned tx_de_emphasis:2; member
753 snps,tx_de_emphasis = <1>;