e1000_shift_out_mdi_bits
e1000_shift_out_mdi_bits(hw, PHY_PREAMBLE, PHY_PREAMBLE_SIZE);
e1000_shift_out_mdi_bits(hw, mdic, 14);
e1000_shift_out_mdi_bits(hw, PHY_PREAMBLE, PHY_PREAMBLE_SIZE);
e1000_shift_out_mdi_bits(hw, mdic, 32);
static void e1000_shift_out_mdi_bits(struct e1000_hw *hw, u32 data, u16 count);