Lines Matching defs:instr
2003 const struct nand_op_instr *instr;
2008 instr = &subop->instrs[op_id];
2010 if (instr->delay_ns > 0)
2016 instr->ctx.cmd.opcode);
2023 instr->ctx.cmd.opcode);
2033 const struct nand_op_instr *instr;
2042 instr = &subop->instrs[op_id];
2044 if (instr->delay_ns > 0)
2052 addrs = &instr->ctx.addr.addrs[offset];
2078 const struct nand_op_instr *instr = NULL;
2083 instr = &subop->instrs[1];
2086 addrs = &instr->ctx.addr.addrs[offset];
2117 const struct nand_op_instr *instr;
2123 instr = &subop->instrs[op_id];
2125 if (instr->delay_ns > 0)
2131 if (instr->type == NAND_OP_DATA_OUT_INSTR)
2139 if (instr->ctx.data.force_8bit) {
2156 if (instr->type == NAND_OP_DATA_IN_INSTR) {
2157 void *buf = instr->ctx.data.buf.in + offset;
2161 const void *buf = instr->ctx.data.buf.out + offset;
2171 if (instr->ctx.data.force_8bit) {
2189 const struct nand_op_instr *instr = &subop->instrs[op_id];
2190 u32 timeout_us = instr->ctx.waitrdy.timeout_ms * 1000;