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

/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A De1000_nvm.c183 * e1000_shift_in_eec_bits - Shift data bits in from the EEPROM
194 e1000_shift_in_eec_bits(struct e1000_hw *hw, u16 count) function
200 DEBUGFUNC("e1000_shift_in_eec_bits");
423 spi_stat_reg = (u8)e1000_shift_in_eec_bits(hw, 8);
497 word_in = e1000_shift_in_eec_bits(hw, 16);
556 data[i] = e1000_shift_in_eec_bits(hw, 16);
/opensolaris-onvv-gate/usr/src/uts/common/io/igb/
H A Digb_nvm.c187 * e1000_shift_in_eec_bits - Shift data bits in from the EEPROM
198 e1000_shift_in_eec_bits(struct e1000_hw *hw, u16 count) function
204 DEBUGFUNC("e1000_shift_in_eec_bits");
428 spi_stat_reg = (u8)e1000_shift_in_eec_bits(hw, 8);
497 data[i] = e1000_shift_in_eec_bits(hw, 16);

Completed in 91 milliseconds