Searched refs:data_instr (Results 1 – 1 of 1) sorted by relevance
666 const struct nand_op_instr *instr, *data_instr = NULL; in pl35x_nand_exec_op() local706 data_instr = instr; in pl35x_nand_exec_op()727 if (data_instr && data_instr->type == NAND_OP_DATA_OUT_INSTR) { in pl35x_nand_exec_op()732 pl35x_nand_write_data_op(chip, data_instr->ctx.data.buf.out, in pl35x_nand_exec_op()733 len, data_instr->ctx.data.force_8bit, in pl35x_nand_exec_op()744 if (data_instr && data_instr->type == NAND_OP_DATA_IN_INSTR) in pl35x_nand_exec_op()745 pl35x_nand_read_data_op(chip, data_instr->ctx.data.buf.in, in pl35x_nand_exec_op()746 len, data_instr->ctx.data.force_8bit, in pl35x_nand_exec_op()