Searched refs:opcode_bits (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/intel/e1000e/ |
D | nvm.c | 263 hw->nvm.opcode_bits); in e1000_ready_nvm_eeprom() 367 nvm->opcode_bits); in e1000e_write_nvm_spi() 378 e1000_shift_out_eec_bits(hw, write_opcode, nvm->opcode_bits); in e1000e_write_nvm_spi()
|
D | hw.h | 649 u16 opcode_bits; member
|
D | 80003es2lan.c | 76 nvm->opcode_bits = 8; in e1000_init_nvm_params_80003es2lan()
|
D | 82571.c | 126 nvm->opcode_bits = 8; in e1000_init_nvm_params_82571()
|
/linux-6.1.9/drivers/net/ethernet/intel/igb/ |
D | e1000_nvm.c | 275 hw->nvm.opcode_bits); in igb_ready_nvm_eeprom() 337 igb_shift_out_eec_bits(hw, read_opcode, nvm->opcode_bits); in igb_read_nvm_spi() 442 nvm->opcode_bits); in igb_write_nvm_spi() 453 igb_shift_out_eec_bits(hw, write_opcode, nvm->opcode_bits); in igb_write_nvm_spi()
|
D | e1000_hw.h | 449 u16 opcode_bits; member
|
D | e1000_82575.c | 348 nvm->opcode_bits = 8; in igb_init_nvm_params_82575()
|
/linux-6.1.9/drivers/fsi/ |
D | fsi-master-gpio.c | 238 int i, addr_bits, opcode_bits; in build_ar_command() local 250 opcode_bits = 3; in build_ar_command() 255 opcode_bits = 2; in build_ar_command() 288 msg_push_bits(cmd, opcode, opcode_bits); in build_ar_command()
|
D | fsi-master-ast-cf.c | 213 int i, addr_bits, opcode_bits; in build_ar_command() local 225 opcode_bits = 3; in build_ar_command() 230 opcode_bits = 2; in build_ar_command() 263 msg_push_bits(cmd, opcode, opcode_bits); in build_ar_command()
|
/linux-6.1.9/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.c | 3456 eeprom->opcode_bits = 3; in e1000_init_eeprom_params() 3466 eeprom->opcode_bits = 3; in e1000_init_eeprom_params() 3482 eeprom->opcode_bits = 8; in e1000_init_eeprom_params() 3493 eeprom->opcode_bits = 3; in e1000_init_eeprom_params() 3820 hw->eeprom.opcode_bits); in e1000_spi_eeprom_ready() 3911 e1000_shift_out_ee_bits(hw, read_opcode, eeprom->opcode_bits); in e1000_do_read_eeprom() 3931 eeprom->opcode_bits); in e1000_do_read_eeprom() 4095 eeprom->opcode_bits); in e1000_write_eeprom_spi() 4106 e1000_shift_out_ee_bits(hw, write_opcode, eeprom->opcode_bits); in e1000_write_eeprom_spi() 4160 (u16)(eeprom->opcode_bits + 2)); in e1000_write_eeprom_microwire() [all …]
|
D | e1000_hw.h | 234 u16 opcode_bits; member
|
/linux-6.1.9/drivers/net/ethernet/intel/igc/ |
D | igc_base.c | 87 nvm->opcode_bits = 8; in igc_init_nvm_params_base()
|
D | igc_hw.h | 127 u16 opcode_bits; member
|