Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e1000/
De1000_hw.c3527 uint32_t mdic = 0; in e1000_read_phy_reg_ex() local
3542 mdic = ((reg_addr << E1000_MDIC_REG_SHIFT) | in e1000_read_phy_reg_ex()
3546 E1000_WRITE_REG(hw, MDIC, mdic); in e1000_read_phy_reg_ex()
3551 mdic = E1000_READ_REG(hw, MDIC); in e1000_read_phy_reg_ex()
3552 if (mdic & E1000_MDIC_READY) break; in e1000_read_phy_reg_ex()
3554 if (!(mdic & E1000_MDIC_READY)) { in e1000_read_phy_reg_ex()
3558 if (mdic & E1000_MDIC_ERROR) { in e1000_read_phy_reg_ex()
3562 *phy_data = (uint16_t) mdic; in e1000_read_phy_reg_ex()
3581 mdic = ((reg_addr) | (phy_addr << 5) | in e1000_read_phy_reg_ex()
3584 e1000_shift_out_mdi_bits(hw, mdic, 14); in e1000_read_phy_reg_ex()
[all …]