Searched refs:e1000_shift_out_ee_bits (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000.c | 239 e1000_shift_out_ee_bits(struct e1000_hw *hw, in e1000_shift_out_ee_bits() function 498 e1000_shift_out_ee_bits(hw, EEPROM_RDSR_OPCODE_SPI, in e1000_spi_eeprom_ready() 568 e1000_shift_out_ee_bits(hw, read_opcode, eeprom->opcode_bits); in e1000_read_eeprom() 569 e1000_shift_out_ee_bits(hw, (uint16_t)(offset*2), eeprom->address_bits); in e1000_read_eeprom() 583 e1000_shift_out_ee_bits(hw, EEPROM_READ_OPCODE_MICROWIRE, in e1000_read_eeprom() 585 e1000_shift_out_ee_bits(hw, (uint16_t)(offset + i), in e1000_read_eeprom()
|