Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_nvm.c446 u8 read_opcode = NVM_READ_OPCODE_SPI; in e1000_read_nvm_spi() local
470 read_opcode |= NVM_A8_OPCODE_SPI; in e1000_read_nvm_spi()
473 e1000_shift_out_eec_bits(hw, read_opcode, nvm->opcode_bits); in e1000_read_nvm_spi()
506 u8 read_opcode = NVM_READ_OPCODE_MICROWIRE; in e1000_read_nvm_microwire() local
529 e1000_shift_out_eec_bits(hw, read_opcode, nvm->opcode_bits); in e1000_read_nvm_microwire()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c554 uint8_t read_opcode = EEPROM_READ_OPCODE_SPI; in e1000_read_eeprom() local
565 read_opcode |= EEPROM_A8_OPCODE_SPI; in e1000_read_eeprom()
568 e1000_shift_out_ee_bits(hw, read_opcode, eeprom->opcode_bits); in e1000_read_eeprom()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c1528 u8 read_opcode = IXGBE_EEPROM_READ_OPCODE_SPI; in ixgbe_read_eeprom_buffer_bit_bang() local
1552 read_opcode |= IXGBE_EEPROM_A8_OPCODE_SPI; in ixgbe_read_eeprom_buffer_bit_bang()
1555 ixgbe_shift_out_eeprom_bits(hw, read_opcode, in ixgbe_read_eeprom_buffer_bit_bang()