Lines Matching defs:instr
2046 const struct nand_op_instr *instr;
2051 instr = &subop->instrs[op_id];
2053 if (instr->delay_ns > 0)
2059 instr->ctx.cmd.opcode);
2066 instr->ctx.cmd.opcode);
2076 const struct nand_op_instr *instr;
2085 instr = &subop->instrs[op_id];
2087 if (instr->delay_ns > 0)
2095 addrs = &instr->ctx.addr.addrs[offset];
2121 const struct nand_op_instr *instr = NULL;
2126 instr = &subop->instrs[1];
2129 addrs = &instr->ctx.addr.addrs[offset];
2160 const struct nand_op_instr *instr;
2166 instr = &subop->instrs[op_id];
2168 if (instr->delay_ns > 0)
2174 if (instr->type == NAND_OP_DATA_OUT_INSTR)
2182 if (instr->ctx.data.force_8bit) {
2199 if (instr->type == NAND_OP_DATA_IN_INSTR) {
2200 void *buf = instr->ctx.data.buf.in + offset;
2204 const void *buf = instr->ctx.data.buf.out + offset;
2214 if (instr->ctx.data.force_8bit) {
2232 const struct nand_op_instr *instr = &subop->instrs[op_id];
2233 u32 timeout_us = instr->ctx.waitrdy.timeout_ms * 1000;