e1000_shift_out_eec_bits
e1000_shift_out_eec_bits(hw, NVM_RDSR_OPCODE_SPI,
e1000_shift_out_eec_bits(hw, read_opcode, nvm->opcode_bits);
e1000_shift_out_eec_bits(hw, (u16)(offset*2), nvm->address_bits);
e1000_shift_out_eec_bits(hw, read_opcode, nvm->opcode_bits);
e1000_shift_out_eec_bits(hw, (u16)(offset + i),
e1000_shift_out_eec_bits(hw, NVM_WREN_OPCODE_SPI,
e1000_shift_out_eec_bits(hw, write_opcode, nvm->opcode_bits);
e1000_shift_out_eec_bits(hw, (u16)((offset + widx) * 2),
e1000_shift_out_eec_bits(hw, word_out, 16);
e1000_shift_out_eec_bits(hw, NVM_EWEN_OPCODE_MICROWIRE,
e1000_shift_out_eec_bits(hw, 0, (u16)(nvm->address_bits - 2));
e1000_shift_out_eec_bits(hw, NVM_WRITE_OPCODE_MICROWIRE,
e1000_shift_out_eec_bits(hw, (u16)(offset + words_written),
e1000_shift_out_eec_bits(hw, data[words_written], 16);
e1000_shift_out_eec_bits(hw, NVM_EWDS_OPCODE_MICROWIRE,
e1000_shift_out_eec_bits(hw, 0, (u16)(nvm->address_bits - 2));