Searched refs:e1000_shift_out_ee_bits (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.c | 52 static void e1000_shift_out_ee_bits(struct e1000_hw *hw, u16 data, u16 count); 3565 static void e1000_shift_out_ee_bits(struct e1000_hw *hw, u16 data, u16 count) in e1000_shift_out_ee_bits() function 3815 e1000_shift_out_ee_bits(hw, EEPROM_RDSR_OPCODE_SPI, in e1000_spi_eeprom_ready() 3907 e1000_shift_out_ee_bits(hw, read_opcode, eeprom->opcode_bits); in e1000_do_read_eeprom() 3908 e1000_shift_out_ee_bits(hw, (u16)(offset * 2), in e1000_do_read_eeprom() 3925 e1000_shift_out_ee_bits(hw, in e1000_do_read_eeprom() 3928 e1000_shift_out_ee_bits(hw, (u16)(offset + i), in e1000_do_read_eeprom() 4090 e1000_shift_out_ee_bits(hw, EEPROM_WREN_OPCODE_SPI, in e1000_write_eeprom_spi() 4102 e1000_shift_out_ee_bits(hw, write_opcode, eeprom->opcode_bits); in e1000_write_eeprom_spi() 4104 e1000_shift_out_ee_bits(hw, (u16)((offset + widx) * 2), in e1000_write_eeprom_spi() [all …]
|
/openbmc/u-boot/drivers/net/ |
H A D | e1000.c | 199 e1000_shift_out_ee_bits(struct e1000_hw *hw, uint16_t data, uint16_t count) in e1000_shift_out_ee_bits() function 740 e1000_shift_out_ee_bits(hw, EEPROM_RDSR_OPCODE_SPI, in e1000_spi_eeprom_ready() 829 e1000_shift_out_ee_bits(hw, read_opcode, eeprom->opcode_bits); in e1000_read_eeprom() 830 e1000_shift_out_ee_bits(hw, (uint16_t)(offset*2), in e1000_read_eeprom() 846 e1000_shift_out_ee_bits(hw, in e1000_read_eeprom() 849 e1000_shift_out_ee_bits(hw, (uint16_t)(offset + i), in e1000_read_eeprom()
|