Lines Matching defs:opcodes
32 /* HW sequencer opcodes */
140 * @opcodes: Opcodes which are supported. This are programmed by BIOS
157 u8 opcodes[8];
369 * The HW sequencer has a predefined list of opcodes, with only the
407 * BIOS programs allowed opcodes and then locks down the
408 * register. So read back what opcodes it decided to support.
415 for (i = 0; i < ARRAY_SIZE(ispi->opcodes) / 2; i++) {
416 ispi->opcodes[i] = opmenu0 >> i * 8;
417 ispi->opcodes[i + 4] = opmenu1 >> i * 8;
433 for (i = 0; i < ARRAY_SIZE(ispi->opcodes); i++)
434 if (ispi->opcodes[i] == opcode)
591 * any opcodes (it handles them automatically as part of a command).