Home
last modified time | relevance | path

Searched refs:op_id (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/drivers/mtd/nand/raw/
Dvf610_nfc.c352 vf610_get_next_instr(const struct nand_subop *subop, int *op_id) in vf610_get_next_instr() argument
354 if (*op_id + 1 >= subop->ninstrs) in vf610_get_next_instr()
357 (*op_id)++; in vf610_get_next_instr()
359 return &subop->instrs[*op_id]; in vf610_get_next_instr()
367 int op_id = -1, trfr_sz = 0, offset = 0; in vf610_nfc_cmd() local
377 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
385 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
389 int naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in vf610_nfc_cmd()
390 int i = nand_subop_get_addr_start_off(subop, op_id); in vf610_nfc_cmd()
402 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
[all …]
Dtegra_nand.c353 unsigned int op_id, size = 0, offset = 0; in tegra_nand_cmd() local
358 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in tegra_nand_cmd()
363 instr = &subop->instrs[op_id]; in tegra_nand_cmd()
380 offset = nand_subop_get_addr_start_off(subop, op_id); in tegra_nand_cmd()
381 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in tegra_nand_cmd()
396 size = nand_subop_get_data_len(subop, op_id); in tegra_nand_cmd()
397 offset = nand_subop_get_data_start_off(subop, op_id); in tegra_nand_cmd()
406 size = nand_subop_get_data_len(subop, op_id); in tegra_nand_cmd()
407 offset = nand_subop_get_data_start_off(subop, op_id); in tegra_nand_cmd()
Dmxic_nand.c394 unsigned int op_id; in mxic_nfc_exec_op() local
398 for (op_id = 0; op_id < op->ninstrs; op_id++) { in mxic_nfc_exec_op()
399 instr = &op->instrs[op_id]; in mxic_nfc_exec_op()
Dmarvell_nand.c1642 unsigned int op_id; in marvell_nfc_parse_instructions() local
1648 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in marvell_nfc_parse_instructions()
1653 instr = &subop->instrs[op_id]; in marvell_nfc_parse_instructions()
1670 offset = nand_subop_get_addr_start_off(subop, op_id); in marvell_nfc_parse_instructions()
1671 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in marvell_nfc_parse_instructions()
1691 nfc_op->data_instr_idx = op_id; in marvell_nfc_parse_instructions()
1697 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions()
1705 nfc_op->data_instr_idx = op_id; in marvell_nfc_parse_instructions()
1711 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions()
1731 unsigned int op_id = nfc_op->data_instr_idx; in marvell_nfc_xfer_data_pio() local
[all …]
Dfsmc_nand.c608 unsigned int op_id; in fsmc_exec_op() local
613 for (op_id = 0; op_id < op->ninstrs; op_id++) { in fsmc_exec_op()
614 instr = &op->instrs[op_id]; in fsmc_exec_op()
Dmeson_nand.c899 u32 op_id, delay_idle, cmd; in meson_nfc_exec_op() local
903 for (op_id = 0; op_id < op->ninstrs; op_id++) { in meson_nfc_exec_op()
904 instr = &op->instrs[op_id]; in meson_nfc_exec_op()
Dstm32_fmc2_nand.c1331 unsigned int op_id, i; in stm32_fmc2_exec_op() local
1341 for (op_id = 0; op_id < op->ninstrs; op_id++) { in stm32_fmc2_exec_op()
1342 instr = &op->instrs[op_id]; in stm32_fmc2_exec_op()
Dnandsim.c2143 unsigned int op_id; in ns_exec_op() local
2149 for (op_id = 0; op_id < op->ninstrs; op_id++) { in ns_exec_op()
2150 instr = &op->instrs[op_id]; in ns_exec_op()
/Linux-v5.4/include/linux/mtd/
Drawnand.h719 unsigned int op_id);
721 unsigned int op_id);
723 unsigned int op_id);
725 unsigned int op_id);
/Linux-v5.4/include/trace/events/
Dafs.h1070 __field(unsigned int, op_id )
1076 __entry->op_id = call->operation_ID;
1081 __entry->call, __entry->op_id, &__entry->srx.transport)
1091 __field(unsigned int, op_id )
1097 __entry->op_id = call->operation_ID;
1102 __entry->call, __entry->op_id, &__entry->uuid)