Searched refs:word_in (Results 1 – 1 of 1) sorted by relevance
5011 uint16_t word_in; in e1000_read_eeprom() local5035 word_in = e1000_shift_in_ee_bits(hw, 16); in e1000_read_eeprom()5036 data[i] = (word_in >> 8) | (word_in << 8); in e1000_read_eeprom()