Home
last modified time | relevance | path

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

/openbmc/u-boot/include/dt-bindings/comphy/
H A Dcomphy_data.h51 #define PHY_POLARITY_TXD_INVERT 1 macro
54 (PHY_POLARITY_TXD_INVERT | PHY_POLARITY_RXD_INVERT)
/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_a3700.c228 if (invert & PHY_POLARITY_TXD_INVERT) in comphy_pcie_power_up()
458 if (invert & PHY_POLARITY_TXD_INVERT) in comphy_usb3_power_up()
830 if (invert & PHY_POLARITY_TXD_INVERT) in comphy_sgmii_power_up()
H A Dcomphy_cp110.c934 if (invert & PHY_POLARITY_TXD_INVERT) { in comphy_sata_power_up()