Searched refs:mdic (Results 1 – 1 of 1) sorted by relevance
3587 uint32_t mdic = 0; in e1000_read_phy_reg_ex() local3602 mdic = ((reg_addr << E1000_MDIC_REG_SHIFT) | in e1000_read_phy_reg_ex()3606 E1000_WRITE_REG(hw, MDIC, mdic); in e1000_read_phy_reg_ex()3611 mdic = E1000_READ_REG(hw, MDIC); in e1000_read_phy_reg_ex()3612 if (mdic & E1000_MDIC_READY) break; in e1000_read_phy_reg_ex()3614 if (!(mdic & E1000_MDIC_READY)) { in e1000_read_phy_reg_ex()3618 if (mdic & E1000_MDIC_ERROR) { in e1000_read_phy_reg_ex()3622 *phy_data = (uint16_t) mdic; in e1000_read_phy_reg_ex()3641 mdic = ((reg_addr) | (phy_addr << 5) | in e1000_read_phy_reg_ex()3644 e1000_shift_out_mdi_bits(hw, mdic, 14); in e1000_read_phy_reg_ex()[all …]