Searched refs:e1000_shift_out_mdi_bits (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/net/
H A De1000.c4241 e1000_shift_out_mdi_bits(struct e1000_hw *hw, uint32_t data, uint16_t count) function
4384 e1000_shift_out_mdi_bits(hw, PHY_PREAMBLE, PHY_PREAMBLE_SIZE);
4388 * e1000_shift_out_mdi_bits routine five different times. The format of
4400 e1000_shift_out_mdi_bits(hw, mdic, 14);
4459 e1000_shift_out_mdi_bits(hw, PHY_PREAMBLE, PHY_PREAMBLE_SIZE);
4463 * e1000_shift_out_mdi_bits routine for each field in the command. The
4472 e1000_shift_out_mdi_bits(hw, mdic, 32);

Completed in 101 milliseconds