Home
last modified time | relevance | path

Searched refs:COMPHY_POLARITY_TXD_INVERT (Results 1 – 4 of 4) sorted by relevance

/external/arm-trusted-firmware/drivers/marvell/comphy/
Dphy-comphy-common.h104 #define COMPHY_POLARITY_TXD_INVERT 1 macro
106 #define COMPHY_POLARITY_ALL_INVERT (COMPHY_POLARITY_TXD_INVERT | \
Dphy-comphy-3700.c318 if (invert & COMPHY_POLARITY_TXD_INVERT) in mvebu_a3700_comphy_sata_power_on()
524 if (invert & COMPHY_POLARITY_TXD_INVERT) in mvebu_a3700_comphy_sgmii_power_on()
749 if (invert & COMPHY_POLARITY_TXD_INVERT) in mvebu_a3700_comphy_usb3_power_on()
861 if (invert & COMPHY_POLARITY_TXD_INVERT) in mvebu_a3700_comphy_pcie_power_on()
Dphy-comphy-cp110.h100 #define COMPHY_POLARITY_TXD_INVERT 1 macro
Dphy-comphy-cp110.c332 if ((phy_polarity_invert & COMPHY_POLARITY_TXD_INVERT) != 0) { in mvebu_cp110_polarity_invert()