Searched refs:data_instr (Results 1 – 2 of 2) sorted by relevance
659 const struct nand_op_instr *instr, *data_instr = NULL; in pl35x_nand_exec_op() local699 data_instr = instr; in pl35x_nand_exec_op()720 if (data_instr && data_instr->type == NAND_OP_DATA_OUT_INSTR) { in pl35x_nand_exec_op()725 pl35x_nand_write_data_op(chip, data_instr->ctx.data.buf.out, in pl35x_nand_exec_op()726 len, data_instr->ctx.data.force_8bit, in pl35x_nand_exec_op()737 if (data_instr && data_instr->type == NAND_OP_DATA_IN_INSTR) in pl35x_nand_exec_op()738 pl35x_nand_read_data_op(chip, data_instr->ctx.data.buf.in, in pl35x_nand_exec_op()739 len, data_instr->ctx.data.force_8bit, in pl35x_nand_exec_op()
485 const struct nand_op_instr *data_instr; member1729 nfc_op->data_instr = instr; in marvell_nfc_parse_instructions()1743 nfc_op->data_instr = instr; in marvell_nfc_parse_instructions()1769 const struct nand_op_instr *instr = nfc_op->data_instr; in marvell_nfc_xfer_data_pio()1803 reading = (nfc_op.data_instr->type == NAND_OP_DATA_IN_INSTR); in marvell_nfc_monolithic_access_exec()1900 if (!nfc_op.data_instr) { in marvell_nfc_naked_access_exec()