Searched refs:opcode_bits (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/sys/dev/pci/ |
| D | igc_hw.h | 323 uint16_t opcode_bits; member
|
| D | if_em_hw.c | 6300 eeprom->opcode_bits = 3; in em_init_eeprom_params() 6313 eeprom->opcode_bits = 3; in em_init_eeprom_params() 6331 eeprom->opcode_bits = 8; in em_init_eeprom_params() 6342 eeprom->opcode_bits = 3; in em_init_eeprom_params() 6358 eeprom->opcode_bits = 8; in em_init_eeprom_params() 6378 eeprom->opcode_bits = 8; in em_init_eeprom_params() 6409 eeprom->opcode_bits = 8; in em_init_eeprom_params() 6842 hw->eeprom.opcode_bits); in em_spi_eeprom_ready() 6937 em_shift_out_ee_bits(hw, read_opcode, eeprom->opcode_bits); in em_read_eeprom() 6956 eeprom->opcode_bits); in em_read_eeprom() [all …]
|
| D | igc_i225.c | 48 nvm->opcode_bits = 8; in igc_init_nvm_params_i225()
|
| D | if_em_hw.h | 304 uint16_t opcode_bits; member
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | sparc-dis.c | 46 static int opcode_bits[4] = { 0x01c00000, 0x0, 0x01f80000, 0x01f80000 }; variable 48 ((((INSN) >> 24) & 0xc0) | (((INSN) & opcode_bits[((INSN) >> 30) & 3]) >> 19))
|
| D | ChangeLog-9297 | 2576 (opcode_bits, opcode_hash_table): New variables.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | sparc-dis.c | 47 static int opcode_bits[4] = { 0x01c00000, 0x0, 0x01f80000, 0x01f80000 }; variable 49 ((((INSN) >> 24) & 0xc0) | (((INSN) & opcode_bits[((INSN) >> 30) & 3]) >> 19))
|
| D | ChangeLog-9297 | 2576 (opcode_bits, opcode_hash_table): New variables.
|