Searched refs:SGMII_SERDES_CFG_REG (Results 1 – 2 of 2) sorted by relevance
467 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()488 DEBUG_RD_REG(SGMII_SERDES_CFG_REG(sgmii_port), tmp); in serdes_phy_config()492 reg_write(SGMII_SERDES_CFG_REG(sgmii_port), tmp); in serdes_phy_config()493 DEBUG_WR_REG(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()[all …]
153 #define SGMII_SERDES_CFG_REG(port) (MV_ETH_REGS_BASE(port) + 0x4A0) macro