Home
last modified time | relevance | path

Searched refs:read_opcode (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_nvm.c427 u8 read_opcode = NVM_READ_OPCODE_SPI; in e1000_read_nvm_spi() local
451 read_opcode |= NVM_A8_OPCODE_SPI; in e1000_read_nvm_spi()
454 e1000_shift_out_eec_bits(hw, read_opcode, nvm->opcode_bits); in e1000_read_nvm_spi()
487 u8 read_opcode = NVM_READ_OPCODE_MICROWIRE; in e1000_read_nvm_microwire() local
510 e1000_shift_out_eec_bits(hw, read_opcode, nvm->opcode_bits); in e1000_read_nvm_microwire()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_nvm.c425 u8 read_opcode = NVM_READ_OPCODE_SPI; in igc_read_nvm_spi() local
449 read_opcode |= NVM_A8_OPCODE_SPI; in igc_read_nvm_spi()
452 igc_shift_out_eec_bits(hw, read_opcode, nvm->opcode_bits); in igc_read_nvm_spi()
485 u8 read_opcode = NVM_READ_OPCODE_MICROWIRE; in igc_read_nvm_microwire() local
508 igc_shift_out_eec_bits(hw, read_opcode, nvm->opcode_bits); in igc_read_nvm_microwire()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_common.c1486 u8 read_opcode = IXGBE_EEPROM_READ_OPCODE_SPI; in ixgbe_read_eeprom_buffer_bit_bang() local
1510 read_opcode |= IXGBE_EEPROM_A8_OPCODE_SPI; in ixgbe_read_eeprom_buffer_bit_bang()
1513 ixgbe_shift_out_eeprom_bits(hw, read_opcode, in ixgbe_read_eeprom_buffer_bit_bang()