Searched refs:SGMII_SERDES_CFG_REG (Results 1 – 2 of 2) sorted by relevance
468 tmp = reg_read(SGMII_SERDES_CFG_REG(0)); in serdes_phy_config()469 DEBUG_RD_REG(SGMII_SERDES_CFG_REG(0), tmp); in serdes_phy_config()472 reg_write(SGMII_SERDES_CFG_REG(0), tmp); in serdes_phy_config()473 DEBUG_WR_REG(SGMII_SERDES_CFG_REG(0), tmp); in serdes_phy_config()488 tmp = reg_read(SGMII_SERDES_CFG_REG(sgmii_port)); in serdes_phy_config()489 DEBUG_RD_REG(SGMII_SERDES_CFG_REG(sgmii_port), tmp); in serdes_phy_config()493 reg_write(SGMII_SERDES_CFG_REG(sgmii_port), tmp); in serdes_phy_config()494 DEBUG_WR_REG(SGMII_SERDES_CFG_REG(sgmii_port), tmp); in serdes_phy_config()851 tmp = reg_read(SGMII_SERDES_CFG_REG(0)); in serdes_phy_config()852 DEBUG_RD_REG(SGMII_SERDES_CFG_REG(0), tmp); in serdes_phy_config()[all …]
154 #define SGMII_SERDES_CFG_REG(port) (MV_ETH_REGS_BASE(port) + 0x4A0) macro