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

/freebsd-13-stable/sys/dev/e1000/
H A De1000_nvm.c185 * e1000_shift_in_eec_bits - Shift data bits in from the EEPROM
195 static u16 e1000_shift_in_eec_bits(struct e1000_hw *hw, u16 count) function
201 DEBUGFUNC("e1000_shift_in_eec_bits");
414 spi_stat_reg = (u8)e1000_shift_in_eec_bits(hw, 8);
482 word_in = e1000_shift_in_eec_bits(hw, 16);
537 data[i] = e1000_shift_in_eec_bits(hw, 16);

Completed in 56 milliseconds