Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-mvebu/serdes/axp/
H A Dhigh_speed_env_lib.c467 tmp = reg_read(SGMII_SERDES_CFG_REG(0)); in serdes_phy_config()
468 DEBUG_RD_REG(SGMII_SERDES_CFG_REG(0), tmp); in serdes_phy_config()
471 reg_write(SGMII_SERDES_CFG_REG(0), tmp); in serdes_phy_config()
472 DEBUG_WR_REG(SGMII_SERDES_CFG_REG(0), tmp); in serdes_phy_config()
487 tmp = reg_read(SGMII_SERDES_CFG_REG(sgmii_port)); in serdes_phy_config()
492 reg_write(SGMII_SERDES_CFG_REG(sgmii_port), tmp); in serdes_phy_config()
850 tmp = reg_read(SGMII_SERDES_CFG_REG(0)); in serdes_phy_config()
851 DEBUG_RD_REG(SGMII_SERDES_CFG_REG(0), tmp); in serdes_phy_config()
853 reg_write(SGMII_SERDES_CFG_REG(0), tmp); in serdes_phy_config()
854 DEBUG_WR_REG(SGMII_SERDES_CFG_REG(0), tmp); in serdes_phy_config()
[all …]
H A Dboard_env_spec.h153 #define SGMII_SERDES_CFG_REG(port) (MV_ETH_REGS_BASE(port) + 0x4A0) macro