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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_hw.c5422 uint16_t words_written = 0; local
5441 while (words_written < words) {
5446 e1000_shift_out_ee_bits(hw, (uint16_t)(offset + words_written),
5450 e1000_shift_out_ee_bits(hw, data[words_written], 16);
5474 words_written++;

Completed in 54 milliseconds