Home
last modified time | relevance | path

Searched refs:ninstrs (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/drivers/mtd/nand/raw/
Dnand_base.c1028 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 …]
Dams-delta.c171 for (instr = op->instrs; instr < op->instrs + op->ninstrs; instr++) { in ams_delta_exec_op()
Dfsmc_nand.c611 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()
Dmxic_nand.c398 for (op_id = 0; op_id < op->ninstrs; op_id++) { in mxic_nfc_exec_op()
Dvf610_nfc.c354 if (*op_id + 1 >= subop->ninstrs) in vf610_get_next_instr()
Dtegra_nand.c358 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in tegra_nand_cmd()
Ddenali.c1142 for (i = 0; i < op->ninstrs; i++) { in denali_exec_op()
Dmeson_nand.c903 for (op_id = 0; op_id < op->ninstrs; op_id++) { in meson_nfc_exec_op()
Dstm32_fmc2_nand.c1341 for (op_id = 0; op_id < op->ninstrs; op_id++) { in stm32_fmc2_exec_op()
Dnandsim.c2149 for (op_id = 0; op_id < op->ninstrs; op_id++) { in ns_exec_op()
Dsunxi_nand.c1780 for (i = 0; i < subop->ninstrs; i++) { in sunxi_nfc_exec_subop()
Dmarvell_nand.c1648 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in marvell_nfc_parse_instructions()
/Linux-v5.4/include/linux/mtd/
Drawnand.h713 unsigned int ninstrs; member
863 unsigned int ninstrs; member
870 .ninstrs = ARRAY_SIZE(_instrs), \
/Linux-v5.4/drivers/mtd/nand/raw/gpmi-nand/
Dgpmi-nand.c2424 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()