Lines Matching defs:opcodes
31 /* HW sequencer opcodes */
157 * @opcodes: Opcodes which are supported. This are programmed by BIOS
177 u8 opcodes[8];
351 for (i = 0; i < ARRAY_SIZE(ispi->opcodes); i++)
352 if (ispi->opcodes[i] == opcode)
506 * any opcodes (it handles them automatically as part of a command).
776 /* Check if it is in the locked opcodes list */
777 for (i = 0; i < ARRAY_SIZE(ispi->opcodes); i++) {
778 if (ispi->opcodes[i] == op->cmd.opcode)
1139 * The HW sequencer has a predefined list of opcodes, with only the
1177 * BIOS programs allowed opcodes and then locks down the
1178 * register. So read back what opcodes it decided to support.
1185 for (i = 0; i < ARRAY_SIZE(ispi->opcodes) / 2; i++) {
1186 ispi->opcodes[i] = opmenu0 >> i * 8;
1187 ispi->opcodes[i + 4] = opmenu1 >> i * 8;