Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/marvell/comphy/
Dphy-comphy-3700.c407 offset = MVEBU_COMPHY_REG_BASE + COMPHY_PHY_CFG1_OFFSET(comphy_index); in mvebu_a3700_comphy_sgmii_power_on()
535 reg_set(MVEBU_COMPHY_REG_BASE + COMPHY_PHY_CFG1_OFFSET(comphy_index), in mvebu_a3700_comphy_sgmii_power_on()
556 reg_set(MVEBU_COMPHY_REG_BASE + COMPHY_PHY_CFG1_OFFSET(comphy_index), in mvebu_a3700_comphy_sgmii_power_on()
566 reg_set(MVEBU_COMPHY_REG_BASE + COMPHY_PHY_CFG1_OFFSET(comphy_index), in mvebu_a3700_comphy_sgmii_power_on()
602 offset = MVEBU_COMPHY_REG_BASE + COMPHY_PHY_CFG1_OFFSET(comphy_index); in mvebu_a3700_comphy_sgmii_power_off()
Dphy-comphy-3700.h216 #define COMPHY_PHY_CFG1_OFFSET(lane) ((1 - (lane)) * 0x28) macro