Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dcore.c403 reg |= DWC3_GUSB3PIPECTL_TX_DEEPH(dwc->tx_de_emphasis); in dwc3_phy_setup()
695 u8 tx_de_emphasis; in dwc3_uboot_init() local
719 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() local
980 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()
H A Dcore.h844 unsigned tx_de_emphasis:2; member
/OK3568_Linux_fs/u-boot/include/
H A Ddwc3-uboot.h38 unsigned tx_de_emphasis; member
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dcore.c677 reg |= DWC3_GUSB3PIPECTL_TX_DEEPH(dwc->tx_de_emphasis); in dwc3_phy_setup()
1307 u8 tx_de_emphasis; in dwc3_get_properties() local
1321 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()
H A Dcore.h1315 unsigned tx_de_emphasis:2; member
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/hisilicon/
H A Dhi3660-hikey960.dts753 snps,tx_de_emphasis = <1>;