Home
last modified time | relevance | path

Searched refs:COMPHY_GET_POLARITY_INVERT (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a-latest/drivers/marvell/comphy/
Dphy-comphy-3700.c293 int invert = COMPHY_GET_POLARITY_INVERT(comphy_mode); in mvebu_a3700_comphy_sata_power_on()
378 int invert = COMPHY_GET_POLARITY_INVERT(comphy_mode); in mvebu_a3700_comphy_sgmii_power_on()
619 int invert = COMPHY_GET_POLARITY_INVERT(comphy_mode); in mvebu_a3700_comphy_usb3_power_on()
814 int invert = COMPHY_GET_POLARITY_INVERT(comphy_mode); in mvebu_a3700_comphy_pcie_power_on()
Dphy-comphy-common.h84 #define COMPHY_GET_POLARITY_INVERT(x) (((x) & COMPHY_INVERT_MASK) >> \ macro