Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_a3700.c850 ret = comphy_poll_reg(COMPHY_PHY_STAT1_ADDR(lane), /* address */ in comphy_sgmii_power_up()
872 ret = comphy_poll_reg(COMPHY_PHY_STAT1_ADDR(lane), /* address */ in comphy_sgmii_power_up()
H A Dcomphy_a3700.h40 #define COMPHY_PHY_STAT1_ADDR(lane) MVEBU_REG(0x018318 + (1 - lane) * 0x28) macro