Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-mvebu/serdes/axp/
H A Dhigh_speed_env_lib.c606 reg_write(SGMII_COMPHY_CTRL_REG(0), rx_high_imp_mode); in serdes_phy_config()
607 DEBUG_WR_REG(SGMII_COMPHY_CTRL_REG(0), in serdes_phy_config()
625 reg_write(SGMII_COMPHY_CTRL_REG(sgmii_port), rx_high_imp_mode); in serdes_phy_config()
626 DEBUG_WR_REG(SGMII_COMPHY_CTRL_REG(sgmii_port), in serdes_phy_config()
H A Dboard_env_spec.h155 #define SGMII_COMPHY_CTRL_REG(port) (MV_ETH_REGS_BASE(port) + 0xF20) macro