Searched refs:ninstrs (Results 1 – 14 of 14) sorted by relevance
1028 op.ninstrs--; in nand_sp_exec_read_page_op()1071 op.ninstrs--; in nand_lp_exec_read_page_op()1165 op.ninstrs--; in nand_read_param_page_op()1226 op.ninstrs--; in nand_change_read_column_op()1316 op.ninstrs -= 2; in nand_exec_prog_page_op()1319 op.ninstrs--; in nand_exec_prog_page_op()1339 op.ninstrs--; in nand_exec_prog_page_op()1532 op.ninstrs--; in nand_change_write_column_op()1579 op.ninstrs--; in nand_readid_op()1617 op.ninstrs--; in nand_status_op()[all …]
171 for (instr = op->instrs; instr < op->instrs + op->ninstrs; instr++) { in ams_delta_exec_op()
611 pr_debug("Executing operation [%d instructions]:\n", op->ninstrs); in fsmc_exec_op()613 for (op_id = 0; op_id < op->ninstrs; op_id++) { in fsmc_exec_op()
398 for (op_id = 0; op_id < op->ninstrs; op_id++) { in mxic_nfc_exec_op()
354 if (*op_id + 1 >= subop->ninstrs) in vf610_get_next_instr()
358 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in tegra_nand_cmd()
1142 for (i = 0; i < op->ninstrs; i++) { in denali_exec_op()
903 for (op_id = 0; op_id < op->ninstrs; op_id++) { in meson_nfc_exec_op()
1341 for (op_id = 0; op_id < op->ninstrs; op_id++) { in stm32_fmc2_exec_op()
2149 for (op_id = 0; op_id < op->ninstrs; op_id++) { in ns_exec_op()
1780 for (i = 0; i < subop->ninstrs; i++) { in sunxi_nfc_exec_subop()
1648 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in marvell_nfc_parse_instructions()
713 unsigned int ninstrs; member863 unsigned int ninstrs; member870 .ninstrs = ARRAY_SIZE(_instrs), \
2424 dev_dbg(this->dev, "%s: %d instructions\n", __func__, op->ninstrs); in gpmi_nfc_exec_op()2426 for (i = 0; i < op->ninstrs; i++) { in gpmi_nfc_exec_op()2442 if (i + 1 != op->ninstrs && in gpmi_nfc_exec_op()