Lines Matching refs:e1000_shift_out_ee_bits
114 static void e1000_shift_out_ee_bits(struct e1000_hw *hw, uint16_t data,
4664 e1000_shift_out_ee_bits(struct e1000_hw *hw, in e1000_shift_out_ee_bits() function
4934 e1000_shift_out_ee_bits(hw, EEPROM_RDSR_OPCODE_SPI, in e1000_spi_eeprom_ready()
5026 e1000_shift_out_ee_bits(hw, read_opcode, eeprom->opcode_bits); in e1000_read_eeprom()
5027 e1000_shift_out_ee_bits(hw, (uint16_t)(offset*2), eeprom->address_bits); in e1000_read_eeprom()
5041 e1000_shift_out_ee_bits(hw, EEPROM_READ_OPCODE_MICROWIRE, in e1000_read_eeprom()
5043 e1000_shift_out_ee_bits(hw, (uint16_t)(offset + i), in e1000_read_eeprom()
5390 e1000_shift_out_ee_bits(hw, EEPROM_WREN_OPCODE_SPI, in e1000_write_eeprom_spi()
5400 e1000_shift_out_ee_bits(hw, write_opcode, eeprom->opcode_bits); in e1000_write_eeprom_spi()
5402 e1000_shift_out_ee_bits(hw, (uint16_t)((offset + widx)*2), in e1000_write_eeprom_spi()
5411 e1000_shift_out_ee_bits(hw, word_out, 16); in e1000_write_eeprom_spi()
5456 e1000_shift_out_ee_bits(hw, EEPROM_EWEN_OPCODE_MICROWIRE, in e1000_write_eeprom_microwire()
5459 e1000_shift_out_ee_bits(hw, 0, (uint16_t)(eeprom->address_bits - 2)); in e1000_write_eeprom_microwire()
5466 e1000_shift_out_ee_bits(hw, EEPROM_WRITE_OPCODE_MICROWIRE, in e1000_write_eeprom_microwire()
5469 e1000_shift_out_ee_bits(hw, (uint16_t)(offset + words_written), in e1000_write_eeprom_microwire()
5473 e1000_shift_out_ee_bits(hw, data[words_written], 16); in e1000_write_eeprom_microwire()
5506 e1000_shift_out_ee_bits(hw, EEPROM_EWDS_OPCODE_MICROWIRE, in e1000_write_eeprom_microwire()
5509 e1000_shift_out_ee_bits(hw, 0, (uint16_t)(eeprom->address_bits - 2)); in e1000_write_eeprom_microwire()