Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/e1000/
De1000_hw.c51 static void e1000_shift_out_ee_bits(struct e1000_hw *hw, u16 data, u16 count);
3577 static void e1000_shift_out_ee_bits(struct e1000_hw *hw, u16 data, u16 count) in e1000_shift_out_ee_bits() function
3827 e1000_shift_out_ee_bits(hw, EEPROM_RDSR_OPCODE_SPI, in e1000_spi_eeprom_ready()
3919 e1000_shift_out_ee_bits(hw, read_opcode, eeprom->opcode_bits); in e1000_do_read_eeprom()
3920 e1000_shift_out_ee_bits(hw, (u16)(offset * 2), in e1000_do_read_eeprom()
3937 e1000_shift_out_ee_bits(hw, in e1000_do_read_eeprom()
3940 e1000_shift_out_ee_bits(hw, (u16)(offset + i), in e1000_do_read_eeprom()
4102 e1000_shift_out_ee_bits(hw, EEPROM_WREN_OPCODE_SPI, in e1000_write_eeprom_spi()
4114 e1000_shift_out_ee_bits(hw, write_opcode, eeprom->opcode_bits); in e1000_write_eeprom_spi()
4116 e1000_shift_out_ee_bits(hw, (u16)((offset + widx) * 2), in e1000_write_eeprom_spi()
[all …]