Lines Matching defs:instr
1699 const struct nand_op_instr *instr = NULL;
1713 instr = &subop->instrs[op_id];
1715 switch (instr->type) {
1719 NDCB0_CMD1(instr->ctx.cmd.opcode);
1722 NDCB0_CMD2(instr->ctx.cmd.opcode) |
1725 nfc_op->cle_ale_delay_ns = instr->delay_ns;
1732 addrs = &instr->ctx.addr.addrs[offset];
1746 nfc_op->cle_ale_delay_ns = instr->delay_ns;
1750 nfc_op->data_instr = instr;
1760 nfc_op->data_delay_ns = instr->delay_ns;
1764 nfc_op->data_instr = instr;
1774 nfc_op->data_delay_ns = instr->delay_ns;
1778 nfc_op->rdy_timeout_ms = instr->ctx.waitrdy.timeout_ms;
1779 nfc_op->rdy_delay_ns = instr->delay_ns;
1790 const struct nand_op_instr *instr = nfc_op->data_instr;
1794 bool reading = (instr->type == NAND_OP_DATA_IN_INSTR);
1797 if (instr->ctx.data.force_8bit)
1801 u8 *in = instr->ctx.data.buf.in + offset;
1805 const u8 *out = instr->ctx.data.buf.out + offset;
1810 if (instr->ctx.data.force_8bit)