Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/phy/marvell/
H A Dcomphy_a3700.c796 ret = comphy_poll_reg((void *)COMPHY_PHY_STAT1_ADDR(lane), /* address */ in comphy_sgmii_power_up()
821 ret = comphy_poll_reg((void *)COMPHY_PHY_STAT1_ADDR(lane), /* address */ in comphy_sgmii_power_up()
H A Dcomphy_a3700.h41 #define COMPHY_PHY_STAT1_ADDR(lane) MVEBU_REG(0x018318 + (lane) * 0x28) macro