Searched refs:e1000_shift_out_eec_bits (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_nvm.c | 392 e1000_shift_out_eec_bits(hw, NVM_RDSR_OPCODE_SPI, in e1000_ready_nvm_eeprom() 454 e1000_shift_out_eec_bits(hw, read_opcode, nvm->opcode_bits); in e1000_read_nvm_spi() 511 e1000_shift_out_eec_bits(hw, (u16)(offset + i), in e1000_read_nvm_microwire() 617 e1000_shift_out_eec_bits(hw, NVM_WREN_OPCODE_SPI, in e1000_write_nvm_spi() 630 e1000_shift_out_eec_bits(hw, (u16)((offset + widx) * 2), in e1000_write_nvm_spi() 637 e1000_shift_out_eec_bits(hw, word_out, 16); in e1000_write_nvm_spi() 692 e1000_shift_out_eec_bits(hw, NVM_EWEN_OPCODE_MICROWIRE, in e1000_write_nvm_microwire() 700 e1000_shift_out_eec_bits(hw, NVM_WRITE_OPCODE_MICROWIRE, in e1000_write_nvm_microwire() 703 e1000_shift_out_eec_bits(hw, (u16)(offset + words_written), in e1000_write_nvm_microwire() 706 e1000_shift_out_eec_bits(hw, data[words_written], 16); in e1000_write_nvm_microwire() [all …]
|