Home
last modified time | relevance | path

Searched refs:opcode_bits (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/sys/dev/pci/
Digc_hw.h323 uint16_t opcode_bits; member
Dif_em_hw.c6300 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 …]
Digc_i225.c48 nvm->opcode_bits = 8; in igc_init_nvm_params_i225()
Dif_em_hw.h304 uint16_t opcode_bits; member
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dsparc-dis.c46 static int opcode_bits[4] = { 0x01c00000, 0x0, 0x01f80000, 0x01f80000 }; variable
48 ((((INSN) >> 24) & 0xc0) | (((INSN) & opcode_bits[((INSN) >> 30) & 3]) >> 19))
DChangeLog-92972576 (opcode_bits, opcode_hash_table): New variables.
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dsparc-dis.c47 static int opcode_bits[4] = { 0x01c00000, 0x0, 0x01f80000, 0x01f80000 }; variable
49 ((((INSN) >> 24) & 0xc0) | (((INSN) & opcode_bits[((INSN) >> 30) & 3]) >> 19))
DChangeLog-92972576 (opcode_bits, opcode_hash_table): New variables.