Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A 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()
H A Dcore.h818 unsigned tx_de_emphasis:2; member
/openbmc/u-boot/include/
H A Ddwc3-uboot.h34 unsigned tx_de_emphasis; member
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.c684 reg |= DWC3_GUSB3PIPECTL_TX_DEEPH(dwc->tx_de_emphasis); in dwc3_phy_setup()
1512 u8 tx_de_emphasis; in dwc3_get_properties()
1528 tx_de_emphasis = 1; in dwc3_get_properties()
1642 device_property_read_u8(dev, "snps,tx_de_emphasis", in dwc3_get_properties()
1643 &tx_de_emphasis); in dwc3_get_properties()
1658 dwc->tx_de_emphasis = tx_de_emphasis; in dwc3_get_properties()
1497 u8 tx_de_emphasis; dwc3_get_properties() local
H A Dcore.h1126 * @tx_de_emphasis: Tx de-emphasis value
1353 unsigned tx_de_emphasis:2; member
/openbmc/linux/arch/arm64/boot/dts/hisilicon/
H A Dhi3660-hikey960.dts679 snps,tx_de_emphasis = <1>;