Home
last modified time | relevance | path

Searched refs:op_id (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dvf610_nfc.c347 vf610_get_next_instr(const struct nand_subop *subop, int *op_id) in vf610_get_next_instr() argument
349 if (*op_id + 1 >= subop->ninstrs) in vf610_get_next_instr()
352 (*op_id)++; in vf610_get_next_instr()
354 return &subop->instrs[*op_id]; in vf610_get_next_instr()
362 int op_id = -1, trfr_sz = 0, offset = 0; in vf610_nfc_cmd() local
372 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
380 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
384 int naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in vf610_nfc_cmd()
385 int i = nand_subop_get_addr_start_off(subop, op_id); in vf610_nfc_cmd()
397 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
[all...]
H A Darasan-nand-controller.c538 unsigned int op_id; in anfc_parse_instructions() local
545 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in anfc_parse_instructions()
550 instr = &subop->instrs[op_id]; in anfc_parse_instructions()
563 offset = nand_subop_get_addr_start_off(subop, op_id); in anfc_parse_instructions()
564 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in anfc_parse_instructions()
580 offset = nand_subop_get_data_start_off(subop, op_id); in anfc_parse_instructions()
583 nfc_op->len = nand_subop_get_data_len(subop, op_id); in anfc_parse_instructions()
826 int op_id; in anfc_check_op() local
[all...]
H A 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()
[all...]
H A Dmxic_nand.c394 unsigned int op_id; in mxic_nfc_exec_op() local
401 for (op_id = 0; op_id < op->ninstrs; op_id++) { in mxic_nfc_exec_op()
402 instr = &op->instrs[op_id]; in mxic_nfc_exec_op()
H A Dcadence-nand-controller.c2004 unsigned int op_id = 0; in cadence_nand_cmd_opcode() local
2008 instr = &subop->instrs[op_id]; in cadence_nand_cmd_opcode()
2034 unsigned int op_id = 0; in cadence_nand_cmd_address() local
2042 instr = &subop->instrs[op_id]; in cadence_nand_cmd_address()
2050 offset = nand_subop_get_addr_start_off(subop, op_id); in cadence_nand_cmd_address()
2051 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in cadence_nand_cmd_address()
2074 unsigned int op_id; in cadence_nand_cmd_erase() local
2098 for (op_id = 0; op_id < subop->ninstrs; op_id in cadence_nand_cmd_erase()
2118 unsigned int offset, op_id = 0; cadence_nand_cmd_data() local
2186 unsigned int op_id = 0; cadence_nand_cmd_waitrdy() local
[all...]
H A Dmarvell_nand.c1702 unsigned int op_id; in marvell_nfc_parse_instructions() local
1708 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in marvell_nfc_parse_instructions()
1713 instr = &subop->instrs[op_id]; in marvell_nfc_parse_instructions()
1730 offset = nand_subop_get_addr_start_off(subop, op_id); in marvell_nfc_parse_instructions()
1731 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in marvell_nfc_parse_instructions()
1751 nfc_op->data_instr_idx = op_id; in marvell_nfc_parse_instructions()
1757 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions()
1765 nfc_op->data_instr_idx = op_id; in marvell_nfc_parse_instructions()
1791 unsigned int op_id = nfc_op->data_instr_idx; marvell_nfc_xfer_data_pio() local
[all...]
H A Dfsmc_nand.c625 unsigned int op_id; in fsmc_exec_op() local
633 for (op_id = 0; op_id < op->ninstrs; op_id++) { in fsmc_exec_op()
634 instr = &op->instrs[op_id]; in fsmc_exec_op()
H A Dmeson_nand.c909 u32 op_id, delay_idle, cmd; in meson_nfc_exec_op() local
916 for (op_id = 0; op_id < op->ninstrs; op_id++) { in meson_nfc_exec_op()
917 instr = &op->instrs[op_id]; in meson_nfc_exec_op()
H A Dnandsim.c2171 unsigned int op_id; in ns_exec_op() local
2180 for (op_id = 0; op_id < op->ninstrs; op_id++) { in ns_exec_op()
2181 instr = &op->instrs[op_id]; in ns_exec_op()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dvf610_nfc.c347 vf610_get_next_instr(const struct nand_subop *subop, int *op_id) in vf610_get_next_instr() argument
349 if (*op_id + 1 >= subop->ninstrs) in vf610_get_next_instr()
352 (*op_id)++; in vf610_get_next_instr()
354 return &subop->instrs[*op_id]; in vf610_get_next_instr()
362 int op_id = -1, trfr_sz = 0, offset = 0; in vf610_nfc_cmd() local
372 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
380 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
384 int naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in vf610_nfc_cmd()
385 int i = nand_subop_get_addr_start_off(subop, op_id); in vf610_nfc_cmd()
397 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
[all...]
H A Darasan-nand-controller.c603 unsigned int op_id; in anfc_parse_instructions() local
610 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in anfc_parse_instructions()
615 instr = &subop->instrs[op_id]; in anfc_parse_instructions()
628 offset = nand_subop_get_addr_start_off(subop, op_id); in anfc_parse_instructions()
629 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in anfc_parse_instructions()
645 offset = nand_subop_get_data_start_off(subop, op_id); in anfc_parse_instructions()
648 nfc_op->len = nand_subop_get_data_len(subop, op_id); in anfc_parse_instructions()
907 int op_id; in anfc_check_op() local
[all...]
H A Dqcom_nandc.c2597 unsigned int op_id; in qcom_parse_instructions() local
2600 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in qcom_parse_instructions()
2604 instr = &subop->instrs[op_id]; in qcom_parse_instructions()
2617 offset = nand_subop_get_addr_start_off(subop, op_id); in qcom_parse_instructions()
2618 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in qcom_parse_instructions()
2632 q_op->data_instr_idx = op_id; in qcom_parse_instructions()
2688 unsigned int op_id = 0; in qcom_read_status_exec() local
2737 op_id in qcom_read_status_exec()
2751 unsigned int op_id = 0; qcom_read_id_type_exec() local
2860 unsigned int op_id = 0; qcom_param_page_type_exec() local
2979 int op_id; qcom_check_op() local
[all...]
H A Dtegra_nand.c356 unsigned int op_id, size = 0, offset = 0; in tegra_nand_cmd() local
361 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in tegra_nand_cmd()
366 instr = &subop->instrs[op_id]; in tegra_nand_cmd()
383 offset = nand_subop_get_addr_start_off(subop, op_id); in tegra_nand_cmd()
384 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in tegra_nand_cmd()
399 size = nand_subop_get_data_len(subop, op_id); in tegra_nand_cmd()
400 offset = nand_subop_get_data_start_off(subop, op_id); in tegra_nand_cmd()
409 size = nand_subop_get_data_len(subop, op_id); in tegra_nand_cmd()
[all...]
H A Dmxic_nand.c394 unsigned int op_id; in mxic_nfc_exec_op() local
401 for (op_id = 0; op_id < op->ninstrs; op_id++) { in mxic_nfc_exec_op()
402 instr = &op->instrs[op_id]; in mxic_nfc_exec_op()
H A Dcadence-nand-controller.c2047 unsigned int op_id = 0; in cadence_nand_cmd_opcode() local
2051 instr = &subop->instrs[op_id]; in cadence_nand_cmd_opcode()
2077 unsigned int op_id = 0; in cadence_nand_cmd_address() local
2085 instr = &subop->instrs[op_id]; in cadence_nand_cmd_address()
2093 offset = nand_subop_get_addr_start_off(subop, op_id); in cadence_nand_cmd_address()
2094 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in cadence_nand_cmd_address()
2117 unsigned int op_id; in cadence_nand_cmd_erase() local
2141 for (op_id = 0; op_id < subop->ninstrs; op_id in cadence_nand_cmd_erase()
2161 unsigned int offset, op_id = 0; cadence_nand_cmd_data() local
2229 unsigned int op_id = 0; cadence_nand_cmd_waitrdy() local
[all...]
H A Dpl35x-nand-controller.c669 unsigned int op_id, len, offset, rdy_del_ns; in pl35x_nand_exec_op() local
675 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in pl35x_nand_exec_op()
676 instr = &subop->instrs[op_id]; in pl35x_nand_exec_op()
691 offset = nand_subop_get_addr_start_off(subop, op_id); in pl35x_nand_exec_op()
692 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in pl35x_nand_exec_op()
707 len = nand_subop_get_data_len(subop, op_id); in pl35x_nand_exec_op()
H A Dmarvell_nand.c1716 unsigned int op_id; in marvell_nfc_parse_instructions() local
1722 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in marvell_nfc_parse_instructions()
1727 instr = &subop->instrs[op_id]; in marvell_nfc_parse_instructions()
1744 offset = nand_subop_get_addr_start_off(subop, op_id); in marvell_nfc_parse_instructions()
1745 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in marvell_nfc_parse_instructions()
1765 nfc_op->data_instr_idx = op_id; in marvell_nfc_parse_instructions()
1771 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions()
1779 nfc_op->data_instr_idx = op_id; in marvell_nfc_parse_instructions()
1805 unsigned int op_id = nfc_op->data_instr_idx; marvell_nfc_xfer_data_pio() local
[all...]
H A Dintel-nand-controller.c518 unsigned int op_id; in ebu_nand_exec_op() local
525 for (op_id = 0; op_id < op->ninstrs; op_id++) { in ebu_nand_exec_op()
526 instr = &op->instrs[op_id]; in ebu_nand_exec_op()
H A Dmeson_nand.c991 int op_id; in meson_nfc_check_op() local
993 for (op_id = 0; op_id < op->ninstrs; op_id++) { in meson_nfc_check_op()
996 instr = &op->instrs[op_id]; in meson_nfc_check_op()
1020 u32 op_id, delay_idle, cmd; in meson_nfc_exec_op() local
1032 for (op_id = 0; op_id < op->ninstrs; op_id++) { in meson_nfc_exec_op()
1033 instr = &op->instrs[op_id]; in meson_nfc_exec_op()
[all...]
H A Dnandsim.c2159 unsigned int op_id; in ns_exec_op() local
2170 for (op_id = 0; op_id < op->ninstrs; op_id++) { in ns_exec_op()
2171 instr = &op->instrs[op_id]; in ns_exec_op()
2183 for (op_id = 0; op_id < op->ninstrs; op_id++) { in ns_exec_op()
2184 instr = &op->instrs[op_id]; in ns_exec_op()
H A Dfsmc_nand.c636 unsigned int op_id; in fsmc_exec_op() local
644 for (op_id = 0; op_id < op->ninstrs; op_id++) { in fsmc_exec_op()
645 instr = &op->instrs[op_id]; in fsmc_exec_op()
/kernel/linux/linux-5.10/include/trace/events/
H A Dafs.h1229 __field(unsigned int, op_id )
1235 __entry->op_id = call->operation_ID;
1240 __entry->call, __entry->op_id, &__entry->srx.transport)
1250 __field(unsigned int, op_id )
1256 __entry->op_id = call->operation_ID;
1261 __entry->call, __entry->op_id, &__entry->uuid)
/kernel/linux/linux-6.6/include/trace/events/
H A Dafs.h1226 __field(unsigned int, op_id )
1232 __entry->op_id = call->operation_ID;
1237 __entry->call, __entry->op_id, &__entry->srx.transport)
1247 __field(unsigned int, op_id )
1253 __entry->op_id = call->operation_ID;
1258 __entry->call, __entry->op_id, &__entry->uuid)
/kernel/linux/linux-5.10/include/linux/mtd/
H A Drawnand.h840 unsigned int op_id);
842 unsigned int op_id);
844 unsigned int op_id);
846 unsigned int op_id);
/kernel/linux/linux-6.6/include/linux/mtd/
H A Drawnand.h870 unsigned int op_id);
872 unsigned int op_id);
874 unsigned int op_id);
876 unsigned int op_id);

Completed in 56 milliseconds

12