Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e1000/
De1000_hw.c114 static void e1000_shift_out_ee_bits(struct e1000_hw *hw, uint16_t data,
4664 e1000_shift_out_ee_bits(struct e1000_hw *hw, in e1000_shift_out_ee_bits() function
4934 e1000_shift_out_ee_bits(hw, EEPROM_RDSR_OPCODE_SPI, in e1000_spi_eeprom_ready()
5026 e1000_shift_out_ee_bits(hw, read_opcode, eeprom->opcode_bits); in e1000_read_eeprom()
5027 e1000_shift_out_ee_bits(hw, (uint16_t)(offset*2), eeprom->address_bits); in e1000_read_eeprom()
5041 e1000_shift_out_ee_bits(hw, EEPROM_READ_OPCODE_MICROWIRE, in e1000_read_eeprom()
5043 e1000_shift_out_ee_bits(hw, (uint16_t)(offset + i), in e1000_read_eeprom()
5390 e1000_shift_out_ee_bits(hw, EEPROM_WREN_OPCODE_SPI, in e1000_write_eeprom_spi()
5400 e1000_shift_out_ee_bits(hw, write_opcode, eeprom->opcode_bits); in e1000_write_eeprom_spi()
5402 e1000_shift_out_ee_bits(hw, (uint16_t)((offset + widx)*2), in e1000_write_eeprom_spi()
[all …]