Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dif_em_hw.c2984 eeprom->opcode_bits = 3; in em_init_eeprom_params()
2994 eeprom->opcode_bits = 3; in em_init_eeprom_params()
3010 eeprom->opcode_bits = 8; in em_init_eeprom_params()
3021 eeprom->opcode_bits = 3; in em_init_eeprom_params()
3034 eeprom->opcode_bits = 8; in em_init_eeprom_params()
3389 hw->eeprom.opcode_bits); in em_spi_eeprom_ready()
3458 em_shift_out_ee_bits(hw, read_opcode, eeprom->opcode_bits); in em_read_eeprom()
3474 eeprom->opcode_bits); in em_read_eeprom()
3632 eeprom->opcode_bits); in em_write_eeprom_spi()
3641 em_shift_out_ee_bits(hw, write_opcode, eeprom->opcode_bits); in em_write_eeprom_spi()
[all …]
Dif_em_hw.h247 uint16_t opcode_bits; member
/mirbsd/src/gnu/usr.bin/binutils/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))