Searched refs:e1000_shift_out_ee_bits (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.c | 51 static void e1000_shift_out_ee_bits(struct e1000_hw *hw, u16 data, u16 count); 3563 * e1000_shift_out_ee_bits - Shift data bits out to the EEPROM. 3568 static void e1000_shift_out_ee_bits(struct e1000_hw *hw, u16 data, u16 count) in e1000_shift_out_ee_bits() function 3818 e1000_shift_out_ee_bits(hw, EEPROM_RDSR_OPCODE_SPI, in e1000_spi_eeprom_ready() 3910 e1000_shift_out_ee_bits(hw, read_opcode, eeprom->opcode_bits); in e1000_do_read_eeprom() 3911 e1000_shift_out_ee_bits(hw, (u16)(offset * 2), in e1000_do_read_eeprom() 3928 e1000_shift_out_ee_bits(hw, in e1000_do_read_eeprom() 3931 e1000_shift_out_ee_bits(hw, (u16)(offset + i), in e1000_do_read_eeprom() 4093 e1000_shift_out_ee_bits(hw, EEPROM_WREN_OPCODE_SPI, in e1000_write_eeprom_spi() 4105 e1000_shift_out_ee_bits(h in e1000_write_eeprom_spi() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.c | 51 static void e1000_shift_out_ee_bits(struct e1000_hw *hw, u16 data, u16 count); 3564 * e1000_shift_out_ee_bits - Shift data bits out to the EEPROM. 3569 static void e1000_shift_out_ee_bits(struct e1000_hw *hw, u16 data, u16 count) in e1000_shift_out_ee_bits() function 3819 e1000_shift_out_ee_bits(hw, EEPROM_RDSR_OPCODE_SPI, in e1000_spi_eeprom_ready() 3911 e1000_shift_out_ee_bits(hw, read_opcode, eeprom->opcode_bits); in e1000_do_read_eeprom() 3912 e1000_shift_out_ee_bits(hw, (u16)(offset * 2), in e1000_do_read_eeprom() 3929 e1000_shift_out_ee_bits(hw, in e1000_do_read_eeprom() 3932 e1000_shift_out_ee_bits(hw, (u16)(offset + i), in e1000_do_read_eeprom() 4094 e1000_shift_out_ee_bits(hw, EEPROM_WREN_OPCODE_SPI, in e1000_write_eeprom_spi() 4106 e1000_shift_out_ee_bits(h in e1000_write_eeprom_spi() [all...] |
Completed in 9 milliseconds