Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_nvm.c412 hw->nvm.opcode_bits); in e1000_ready_nvm_eeprom()
473 e1000_shift_out_eec_bits(hw, read_opcode, nvm->opcode_bits); in e1000_read_nvm_spi()
529 e1000_shift_out_eec_bits(hw, read_opcode, nvm->opcode_bits); in e1000_read_nvm_microwire()
637 nvm->opcode_bits); in e1000_write_nvm_spi()
648 e1000_shift_out_eec_bits(hw, write_opcode, nvm->opcode_bits); in e1000_write_nvm_spi()
712 (u16)(nvm->opcode_bits + 2)); in e1000_write_nvm_microwire()
720 nvm->opcode_bits); in e1000_write_nvm_microwire()
748 (u16)(nvm->opcode_bits + 2)); in e1000_write_nvm_microwire()
H A De1000_82542.c82 nvm->opcode_bits = 3; in e1000_init_nvm_params_82542()
H A De1000_82541.c163 nvm->opcode_bits = 8; in e1000_init_nvm_params_82541()
198 nvm->opcode_bits = 3; in e1000_init_nvm_params_82541()
H A De1000_82540.c126 nvm->opcode_bits = 3; in e1000_init_nvm_params_82540()
H A De1000_hw.h942 u16 opcode_bits; member
H A De1000_82543.c177 nvm->opcode_bits = 3; in e1000_init_nvm_params_82543()
H A De1000_80003es2lan.c148 nvm->opcode_bits = 8; in e1000_init_nvm_params_80003es2lan()
H A De1000_82571.c213 nvm->opcode_bits = 8; in e1000_init_nvm_params_82571()
H A De1000_82575.c354 nvm->opcode_bits = 8; in e1000_init_nvm_params_82575()
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_nvm.c347 hw->nvm.opcode_bits); in igc_ready_nvm_eeprom()
457 nvm->opcode_bits); in igc_write_nvm_spi()
468 igc_shift_out_eec_bits(hw, write_opcode, nvm->opcode_bits); in igc_write_nvm_spi()
H A Digc_hw.h482 u16 opcode_bits; member
H A Digc_i225.c47 nvm->opcode_bits = 8; in igc_init_nvm_params_i225()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c499 hw->eeprom.opcode_bits); in e1000_spi_eeprom_ready()
568 e1000_shift_out_ee_bits(hw, read_opcode, eeprom->opcode_bits); in e1000_read_eeprom()
584 eeprom->opcode_bits); in e1000_read_eeprom()
3157 eeprom->opcode_bits = 3;
3167 eeprom->opcode_bits = 3;
3192 eeprom->opcode_bits = 3;
3216 eeprom->opcode_bits = 8;
H A De1000_hw.h232 uint16_t opcode_bits; member