Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_nvm.c689 u16 words_written = 0; in e1000_write_nvm_microwire() local
718 while (words_written < words) { in e1000_write_nvm_microwire()
722 e1000_shift_out_eec_bits(hw, (u16)(offset + words_written), in e1000_write_nvm_microwire()
725 e1000_shift_out_eec_bits(hw, data[words_written], 16); in e1000_write_nvm_microwire()
744 words_written++; in e1000_write_nvm_microwire()