Searched defs:e1000_shift_out_ee_bits (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A De1000.c239 e1000_shift_out_ee_bits(struct e1000_hw *hw, function
498 e1000_shift_out_ee_bits(hw, EEPROM_RDSR_OPCODE_SPI,
568 e1000_shift_out_ee_bits(hw, read_opcode, eeprom->opcode_bits);
569 e1000_shift_out_ee_bits(hw, (uint16_t)(offset*2), eeprom->address_bits);
583 e1000_shift_out_ee_bits(hw, EEPROM_READ_OPCODE_MICROWIRE,
585 e1000_shift_out_ee_bits(hw, (uint16_t)(offset + i),

Completed in 28 milliseconds