Lines Matching refs:instr
521 const struct nand_op_instr *instr = NULL; in ebu_nand_exec_op() local
530 instr = &op->instrs[op_id]; in ebu_nand_exec_op()
532 switch (instr->type) { in ebu_nand_exec_op()
535 instr->ctx.cmd.opcode); in ebu_nand_exec_op()
539 for (i = 0; i < instr->ctx.addr.naddrs; i++) in ebu_nand_exec_op()
542 instr->ctx.addr.addrs[i]); in ebu_nand_exec_op()
546 ebu_read_buf(chip, instr->ctx.data.buf.in, in ebu_nand_exec_op()
547 instr->ctx.data.len); in ebu_nand_exec_op()
551 ebu_write_buf(chip, instr->ctx.data.buf.out, in ebu_nand_exec_op()
552 instr->ctx.data.len); in ebu_nand_exec_op()
556 timeout_ms = instr->ctx.waitrdy.timeout_ms * 1000; in ebu_nand_exec_op()