Home
last modified time | relevance | path

Searched refs:opcode_index (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Dich.c267 uint16_t opcode_index; in spi_setup_opcode() local
274 for (opcode_index = 0; opcode_index < ctlr->menubytes; in spi_setup_opcode()
275 opcode_index++) { in spi_setup_opcode()
276 if (opmenu[opcode_index] == trans->opcode) in spi_setup_opcode()
280 if (opcode_index == ctlr->menubytes) { in spi_setup_opcode()
287 optype = (optypes >> (opcode_index * 2)) & 0x3; in spi_setup_opcode()
299 return opcode_index; in spi_setup_opcode()
375 int16_t opcode_index; in ich_spi_xfer() local
446 opcode_index = spi_setup_opcode(ctlr, trans, lock); in ich_spi_xfer()
447 if (opcode_index < 0) in ich_spi_xfer()
[all …]
/openbmc/qemu/disas/
H A Dalpha.c1768 static const struct alpha_opcode *opcode_index[AXP_NOPS+1]; in print_insn_alpha() local
1776 if (!opcode_index[0]) in print_insn_alpha()
1783 opcode_index[op] = opcode; in print_insn_alpha()
1787 opcode_index[op] = opcode; in print_insn_alpha()
1825 opcode_end = opcode_index[op + 1]; in print_insn_alpha()
1826 for (opcode = opcode_index[op]; opcode < opcode_end; ++opcode) in print_insn_alpha()