Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_phy.c4220 mphy_ctrl = IGC_READ_REG(hw, IGC_MPHY_ADDR_CTRL); in igc_read_phy_reg_mphy()
4227 IGC_WRITE_REG(hw, IGC_MPHY_ADDR_CTRL, mphy_ctrl); in igc_read_phy_reg_mphy()
4239 IGC_WRITE_REG(hw, IGC_MPHY_ADDR_CTRL, mphy_ctrl); in igc_read_phy_reg_mphy()
4252 IGC_WRITE_REG(hw, IGC_MPHY_ADDR_CTRL, in igc_read_phy_reg_mphy()
4282 mphy_ctrl = IGC_READ_REG(hw, IGC_MPHY_ADDR_CTRL); in igc_write_phy_reg_mphy()
4289 IGC_WRITE_REG(hw, IGC_MPHY_ADDR_CTRL, mphy_ctrl); in igc_write_phy_reg_mphy()
4304 IGC_WRITE_REG(hw, IGC_MPHY_ADDR_CTRL, mphy_ctrl); in igc_write_phy_reg_mphy()
4317 IGC_WRITE_REG(hw, IGC_MPHY_ADDR_CTRL, in igc_write_phy_reg_mphy()
4336 mphy_ctrl = IGC_READ_REG(hw, IGC_MPHY_ADDR_CTRL); in igc_is_mphy_ready()
H A Digc_regs.h25 #define IGC_MPHY_ADDR_CTRL 0x0024 /* GbE MPHY Address Control */ macro