Lines Matching defs:opcodes
31 /* HW sequencer opcodes */
154 * @opcodes: Opcodes which are supported. This are programmed by BIOS
172 u8 opcodes[8];
341 for (i = 0; i < ARRAY_SIZE(ispi->opcodes); i++)
342 if (ispi->opcodes[i] == opcode)
496 * any opcodes (it handles them automatically as part of a command).
766 /* Check if it is in the locked opcodes list */
767 for (i = 0; i < ARRAY_SIZE(ispi->opcodes); i++) {
768 if (ispi->opcodes[i] == op->cmd.opcode)
1126 * The HW sequencer has a predefined list of opcodes, with only the
1164 * BIOS programs allowed opcodes and then locks down the
1165 * register. So read back what opcodes it decided to support.
1172 for (i = 0; i < ARRAY_SIZE(ispi->opcodes) / 2; i++) {
1173 ispi->opcodes[i] = opmenu0 >> i * 8;
1174 ispi->opcodes[i + 4] = opmenu1 >> i * 8;