| /linux/drivers/mtd/nand/raw/ |
| H A D | arasan-nand-controller.c | 603 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 916 for (op_id = 0; op_id < op->ninstrs; op_id++) { in anfc_check_op() 917 instr = &op->instrs[op_id]; in anfc_check_op()
|
| H A D | tegra_nand.c | 356 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() 410 offset = nand_subop_get_data_start_off(subop, op_id); in tegra_nand_cmd()
|
| H A D | mxic_nand.c | 394 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 D | pl35x-nand-controller.c | 669 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 D | intel-nand-controller.c | 518 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 D | meson_nand.c | 1005 int op_id; in meson_nfc_check_op() local 1007 for (op_id = 0; op_id < op->ninstrs; op_id++) { in meson_nfc_check_op() 1010 instr = &op->instrs[op_id]; in meson_nfc_check_op() 1034 u32 op_id, delay_idle, cmd; in meson_nfc_exec_op() local 1046 for (op_id = 0; op_id < op->ninstrs; op_id++) { in meson_nfc_exec_op() 1047 instr = &op->instrs[op_id]; in meson_nfc_exec_op()
|
| H A D | cadence-nand-controller.c | 2097 unsigned int op_id = 0; in cadence_nand_cmd_opcode() local 2101 instr = &subop->instrs[op_id]; in cadence_nand_cmd_opcode() 2127 unsigned int op_id = 0; in cadence_nand_cmd_address() local 2135 instr = &subop->instrs[op_id]; in cadence_nand_cmd_address() 2143 offset = nand_subop_get_addr_start_off(subop, op_id); in cadence_nand_cmd_address() 2144 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in cadence_nand_cmd_address() 2167 unsigned int op_id; in cadence_nand_cmd_erase() local 2191 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in cadence_nand_cmd_erase() 2195 .instrs = &subop->instrs[op_id], in cadence_nand_cmd_erase() 2211 unsigned int offset, op_id = 0; in cadence_nand_cmd_data() local [all …]
|
| H A D | nandsim.c | 2158 unsigned int op_id; in ns_exec_op() local 2169 for (op_id = 0; op_id < op->ninstrs; op_id++) { in ns_exec_op() 2170 instr = &op->instrs[op_id]; in ns_exec_op() 2182 for (op_id = 0; op_id < op->ninstrs; op_id++) { in ns_exec_op() 2183 instr = &op->instrs[op_id]; in ns_exec_op()
|
| H A D | stm32_fmc2_nand.c | 1322 unsigned int op_id, i, timeout; in stm32_fmc2_nfc_exec_op() local 1332 for (op_id = 0; op_id < op->ninstrs; op_id++) { in stm32_fmc2_nfc_exec_op() 1333 instr = &op->instrs[op_id]; in stm32_fmc2_nfc_exec_op()
|
| /linux/include/linux/mtd/ |
| H A D | rawnand.h | 870 unsigned int op_id); 872 unsigned int op_id); 874 unsigned int op_id); 876 unsigned int op_id);
|
| /linux/include/trace/events/ |
| H A D | afs.h | 1301 __field(unsigned int, op_id) 1307 __entry->op_id = call->operation_ID; 1312 __entry->call, __entry->op_id, &__entry->srx.transport) 1322 __field(unsigned int, op_id) 1328 __entry->op_id = call->operation_ID; 1333 __entry->call, __entry->op_id, &__entry->uuid)
|
| /linux/drivers/perf/ |
| H A D | riscv_pmu_sbi.c | 114 uint32_t op_id:2; member
|