Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/e1000/
De1000_hw.c116 static void e1000_shift_out_ee_bits(struct e1000_hw *hw, uint16_t data,
4761 e1000_shift_out_ee_bits(struct e1000_hw *hw, in e1000_shift_out_ee_bits() function
5031 e1000_shift_out_ee_bits(hw, EEPROM_RDSR_OPCODE_SPI, in e1000_spi_eeprom_ready()
5122 e1000_shift_out_ee_bits(hw, read_opcode, eeprom->opcode_bits); in e1000_read_eeprom()
5123 e1000_shift_out_ee_bits(hw, (uint16_t)(offset*2), eeprom->address_bits); in e1000_read_eeprom()
5137 e1000_shift_out_ee_bits(hw, EEPROM_READ_OPCODE_MICROWIRE, in e1000_read_eeprom()
5139 e1000_shift_out_ee_bits(hw, (uint16_t)(offset + i), in e1000_read_eeprom()
5487 e1000_shift_out_ee_bits(hw, EEPROM_WREN_OPCODE_SPI, in e1000_write_eeprom_spi()
5497 e1000_shift_out_ee_bits(hw, write_opcode, eeprom->opcode_bits); in e1000_write_eeprom_spi()
5499 e1000_shift_out_ee_bits(hw, (uint16_t)((offset + widx)*2), in e1000_write_eeprom_spi()
[all …]