Searched refs:e1000_shift_out_mdi_bits (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/net/e1000/ |
D | e1000_hw.c | 102 static void e1000_shift_out_mdi_bits(struct e1000_hw *hw, uint32_t data, 3288 e1000_shift_out_mdi_bits(struct e1000_hw *hw, in e1000_shift_out_mdi_bits() function 3568 e1000_shift_out_mdi_bits(hw, PHY_PREAMBLE, PHY_PREAMBLE_SIZE); in e1000_read_phy_reg_ex() 3584 e1000_shift_out_mdi_bits(hw, mdic, 14); in e1000_read_phy_reg_ex() 3703 e1000_shift_out_mdi_bits(hw, PHY_PREAMBLE, PHY_PREAMBLE_SIZE); in e1000_write_phy_reg_ex() 3716 e1000_shift_out_mdi_bits(hw, mdic, 32); in e1000_write_phy_reg_ex()
|