Lines Matching defs:instr
686 const struct nand_op_instr *instr = NULL;
702 instr = &op->instrs[op_id];
704 nand_op_trace(" ", instr);
706 switch (instr->type) {
710 rop.command |= COMMAND_0(instr->ctx.cmd.opcode);
714 rop.gen_seq_ctrl |= GEN_SEQ_COMMAND_3(instr->ctx.cmd.opcode);
720 rop.command |= COMMAND_2(instr->ctx.cmd.opcode);
726 rop.command |= COMMAND_1(instr->ctx.cmd.opcode);
741 addrs = instr->ctx.addr.addrs;
742 naddrs = instr->ctx.addr.naddrs;
784 rop.buf = instr->ctx.data.buf.in;
785 rop.len = instr->ctx.data.len;