Searched refs:opcode_bits (Results 1 – 13 of 13) sorted by relevance
419 hw->nvm.opcode_bits); in e1000_ready_nvm_eeprom()480 e1000_shift_out_eec_bits(hw, read_opcode, nvm->opcode_bits); in e1000_read_nvm_spi()536 e1000_shift_out_eec_bits(hw, read_opcode, nvm->opcode_bits); in e1000_read_nvm_microwire()644 nvm->opcode_bits); in e1000_write_nvm_spi()655 e1000_shift_out_eec_bits(hw, write_opcode, nvm->opcode_bits); in e1000_write_nvm_spi()719 (u16)(nvm->opcode_bits + 2)); in e1000_write_nvm_microwire()727 nvm->opcode_bits); in e1000_write_nvm_microwire()755 (u16)(nvm->opcode_bits + 2)); in e1000_write_nvm_microwire()
82 nvm->opcode_bits = 3; in e1000_init_nvm_params_82542()
163 nvm->opcode_bits = 8; in e1000_init_nvm_params_82541()198 nvm->opcode_bits = 3; in e1000_init_nvm_params_82541()
126 nvm->opcode_bits = 3; in e1000_init_nvm_params_82540()
915 u16 opcode_bits; member
177 nvm->opcode_bits = 3; in e1000_init_nvm_params_82543()
146 nvm->opcode_bits = 8; in e1000_init_nvm_params_80003es2lan()
209 nvm->opcode_bits = 8; in e1000_init_nvm_params_82571()
463 nvm->opcode_bits = 8; in e1000_init_nvm_params_82575()
348 hw->nvm.opcode_bits); in igc_ready_nvm_eeprom()458 nvm->opcode_bits); in igc_write_nvm_spi()469 igc_shift_out_eec_bits(hw, write_opcode, nvm->opcode_bits); in igc_write_nvm_spi()
482 u16 opcode_bits; member
48 nvm->opcode_bits = 8; in igc_init_nvm_params_i225()
1391 u_int32 opcode_bits; in crypto_xmit() 1393 opcode_bits = CRYPTO_ERROR; in crypto_xmit() 1394 opcode |= opcode_bits; in crypto_xmit() 1395 fp->opcode |= htonl(opcode_bits); in crypto_xmit() 1398 u_int32 opcode_bits; crypto_xmit() local