Lines Matching refs:instr
163 const struct nand_op_instr *instr; in ams_delta_exec_op() local
171 for (instr = op->instrs; instr < op->instrs + op->ninstrs; instr++) { in ams_delta_exec_op()
172 switch (instr->type) { in ams_delta_exec_op()
175 ams_delta_write_buf(priv, &instr->ctx.cmd.opcode, 1); in ams_delta_exec_op()
181 ams_delta_write_buf(priv, instr->ctx.addr.addrs, in ams_delta_exec_op()
182 instr->ctx.addr.naddrs); in ams_delta_exec_op()
187 ams_delta_read_buf(priv, instr->ctx.data.buf.in, in ams_delta_exec_op()
188 instr->ctx.data.len); in ams_delta_exec_op()
192 ams_delta_write_buf(priv, instr->ctx.data.buf.out, in ams_delta_exec_op()
193 instr->ctx.data.len); in ams_delta_exec_op()
199 instr->ctx.waitrdy.timeout_ms) : in ams_delta_exec_op()
201 instr->ctx.waitrdy.timeout_ms); in ams_delta_exec_op()