Lines Matching defs:op_code
3574 static struct cs_dsp_wseq_op *cs_dsp_wseq_find_op(u32 addr, u8 op_code,
3580 if (op->operation == op_code && op->address == addr)
3593 * @op_code: The type of operation of the new entry
3595 * the same address and op_code, and replaces it. If false, creates a new entry
3607 u32 addr, u32 data, u8 op_code, bool update)
3615 op_new = cs_dsp_wseq_find_op(addr, op_code, &wseq->ops);
3629 op_new->operation = op_code;
3640 switch (op_code) {
3652 cs_dsp_err(dsp, "Operation %X not supported\n", op_code);
3695 * @op_code: The types of operations of the new entries
3697 * the same address and op_code, and replaces it. If false, creates a new entry
3706 u8 op_code, bool update)
3712 reg_seq[i].def, op_code, update);