Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/marvell/comphy/
Dphy-comphy-3700.c305 int invert = COMPHY_GET_POLARITY_INVERT(comphy_mode); in mvebu_a3700_comphy_sata_power_on()
384 int invert = COMPHY_GET_POLARITY_INVERT(comphy_mode); in mvebu_a3700_comphy_sgmii_power_on()
615 int invert = COMPHY_GET_POLARITY_INVERT(comphy_mode); in mvebu_a3700_comphy_usb3_power_on()
805 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