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

/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A De1000_nvm.c137 * e1000_shift_out_eec_bits - Shift data bits our to the EEPROM
147 e1000_shift_out_eec_bits(struct e1000_hw *hw, u16 data, u16 count) function
153 DEBUGFUNC("e1000_shift_out_eec_bits");
421 e1000_shift_out_eec_bits(hw, NVM_RDSR_OPCODE_SPI,
488 e1000_shift_out_eec_bits(hw, read_opcode, nvm->opcode_bits);
489 e1000_shift_out_eec_bits(hw, (u16)(offset * 2), nvm->address_bits);
548 e1000_shift_out_eec_bits(hw, read_opcode, nvm->opcode_bits);
549 e1000_shift_out_eec_bits(hw, (u16)(offset + i),
659 e1000_shift_out_eec_bits(hw, NVM_WREN_OPCODE_SPI,
672 e1000_shift_out_eec_bits(h
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/igb/
H A Digb_nvm.c141 * e1000_shift_out_eec_bits - Shift data bits our to the EEPROM
151 e1000_shift_out_eec_bits(struct e1000_hw *hw, u16 data, u16 count) function
157 DEBUGFUNC("e1000_shift_out_eec_bits");
426 e1000_shift_out_eec_bits(hw, NVM_RDSR_OPCODE_SPI,
489 e1000_shift_out_eec_bits(hw, read_opcode, nvm->opcode_bits);
490 e1000_shift_out_eec_bits(hw, (u16)(offset + i),
600 e1000_shift_out_eec_bits(hw, NVM_WREN_OPCODE_SPI,
613 e1000_shift_out_eec_bits(hw, write_opcode, nvm->opcode_bits);
614 e1000_shift_out_eec_bits(hw, (u16)((offset + widx) * 2),
621 e1000_shift_out_eec_bits(h
[all...]

Completed in 45 milliseconds