Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_nvm.c696 u16 words_written = 0; in e1000_write_nvm_microwire() local
725 while (words_written < words) { in e1000_write_nvm_microwire()
729 e1000_shift_out_eec_bits(hw, (u16)(offset + words_written), in e1000_write_nvm_microwire()
732 e1000_shift_out_eec_bits(hw, data[words_written], 16); in e1000_write_nvm_microwire()
751 words_written++; in e1000_write_nvm_microwire()