Lines Matching defs:instr
1713 const struct nand_op_instr *instr = NULL;
1727 instr = &subop->instrs[op_id];
1729 switch (instr->type) {
1733 NDCB0_CMD1(instr->ctx.cmd.opcode);
1736 NDCB0_CMD2(instr->ctx.cmd.opcode) |
1739 nfc_op->cle_ale_delay_ns = instr->delay_ns;
1746 addrs = &instr->ctx.addr.addrs[offset];
1760 nfc_op->cle_ale_delay_ns = instr->delay_ns;
1764 nfc_op->data_instr = instr;
1774 nfc_op->data_delay_ns = instr->delay_ns;
1778 nfc_op->data_instr = instr;
1788 nfc_op->data_delay_ns = instr->delay_ns;
1792 nfc_op->rdy_timeout_ms = instr->ctx.waitrdy.timeout_ms;
1793 nfc_op->rdy_delay_ns = instr->delay_ns;
1804 const struct nand_op_instr *instr = nfc_op->data_instr;
1808 bool reading = (instr->type == NAND_OP_DATA_IN_INSTR);
1811 if (instr->ctx.data.force_8bit)
1815 u8 *in = instr->ctx.data.buf.in + offset;
1819 const u8 *out = instr->ctx.data.buf.out + offset;
1824 if (instr->ctx.data.force_8bit)