Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c56 static u16 e1000_shift_in_ee_bits(struct e1000_hw *hw, u16 count);
3615 * e1000_shift_in_ee_bits - Shift data bits in from the EEPROM
3619 static u16 e1000_shift_in_ee_bits(struct e1000_hw *hw, u16 count) in e1000_shift_in_ee_bits() function
3820 spi_stat_reg = (u8)e1000_shift_in_ee_bits(hw, 8); in e1000_spi_eeprom_ready()
3922 word_in = e1000_shift_in_ee_bits(hw, 16); in e1000_do_read_eeprom()
3937 data[i] = e1000_shift_in_ee_bits(hw, 16); in e1000_do_read_eeprom()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c56 static u16 e1000_shift_in_ee_bits(struct e1000_hw *hw, u16 count);
3616 * e1000_shift_in_ee_bits - Shift data bits in from the EEPROM
3620 static u16 e1000_shift_in_ee_bits(struct e1000_hw *hw, u16 count) in e1000_shift_in_ee_bits() function
3821 spi_stat_reg = (u8)e1000_shift_in_ee_bits(hw, 8); in e1000_spi_eeprom_ready()
3923 word_in = e1000_shift_in_ee_bits(hw, 16); in e1000_do_read_eeprom()
3938 data[i] = e1000_shift_in_ee_bits(hw, 16); in e1000_do_read_eeprom()

Completed in 13 milliseconds