Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mtd/nand/raw/
A Dvf610_nfc.c349 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()
397 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
401 trfr_sz = nand_subop_get_data_len(subop, op_id); in vf610_nfc_cmd()
414 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
421 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
[all …]
A Darasan-nand-controller.c591 unsigned int op_id; in anfc_parse_instructions() local
598 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in anfc_parse_instructions()
603 instr = &subop->instrs[op_id]; in anfc_parse_instructions()
616 offset = nand_subop_get_addr_start_off(subop, op_id); in anfc_parse_instructions()
617 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in anfc_parse_instructions()
633 offset = nand_subop_get_data_start_off(subop, op_id); in anfc_parse_instructions()
636 nfc_op->len = nand_subop_get_data_len(subop, op_id); in anfc_parse_instructions()
895 int op_id; in anfc_check_op() local
904 for (op_id = 0; op_id < op->ninstrs; op_id++) { in anfc_check_op()
905 instr = &op->instrs[op_id]; in anfc_check_op()
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()
410 offset = nand_subop_get_data_start_off(subop, op_id); in tegra_nand_cmd()
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()
A Dpl35x-nand-controller.c662 unsigned int op_id, len, offset, rdy_del_ns; in pl35x_nand_exec_op() local
668 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in pl35x_nand_exec_op()
669 instr = &subop->instrs[op_id]; in pl35x_nand_exec_op()
684 offset = nand_subop_get_addr_start_off(subop, op_id); in pl35x_nand_exec_op()
685 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in pl35x_nand_exec_op()
700 len = nand_subop_get_data_len(subop, op_id); in pl35x_nand_exec_op()
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()
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()
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()
2145 .instrs = &subop->instrs[op_id], in cadence_nand_cmd_erase()
2161 unsigned int offset, op_id = 0; in cadence_nand_cmd_data() local
2166 instr = &subop->instrs[op_id]; in cadence_nand_cmd_data()
2178 len = nand_subop_get_data_len(subop, op_id); in cadence_nand_cmd_data()
[all …]
A Dmarvell_nand.c1695 unsigned int op_id; in marvell_nfc_parse_instructions() local
1701 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in marvell_nfc_parse_instructions()
1706 instr = &subop->instrs[op_id]; in marvell_nfc_parse_instructions()
1723 offset = nand_subop_get_addr_start_off(subop, op_id); in marvell_nfc_parse_instructions()
1724 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in marvell_nfc_parse_instructions()
1744 nfc_op->data_instr_idx = op_id; in marvell_nfc_parse_instructions()
1750 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions()
1758 nfc_op->data_instr_idx = op_id; in marvell_nfc_parse_instructions()
1764 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions()
1784 unsigned int op_id = nfc_op->data_instr_idx; in marvell_nfc_xfer_data_pio() local
[all …]
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()
A Dmeson_nand.c903 u32 op_id, delay_idle, cmd; in meson_nfc_exec_op() local
910 for (op_id = 0; op_id < op->ninstrs; op_id++) { in meson_nfc_exec_op()
911 instr = &op->instrs[op_id]; in meson_nfc_exec_op()
A Drenesas-nand-controller.c693 unsigned int op_id, col_addrs, row_addrs, naddrs, remainder, words, i; in rnandc_exec_op() local
701 for (op_id = 0; op_id < op->ninstrs; op_id++) { in rnandc_exec_op()
702 instr = &op->instrs[op_id]; in rnandc_exec_op()
A Dstm32_fmc2_nand.c1304 unsigned int op_id, i, timeout; in stm32_fmc2_nfc_exec_op() local
1314 for (op_id = 0; op_id < op->ninstrs; op_id++) { in stm32_fmc2_nfc_exec_op()
1315 instr = &op->instrs[op_id]; in stm32_fmc2_nfc_exec_op()
A Dnandsim.c2159 unsigned int op_id; in ns_exec_op() local
2168 for (op_id = 0; op_id < op->ninstrs; op_id++) { in ns_exec_op()
2169 instr = &op->instrs[op_id]; in ns_exec_op()
/linux-6.3-rc2/include/linux/mtd/
A Drawnand.h868 unsigned int op_id);
870 unsigned int op_id);
872 unsigned int op_id);
874 unsigned int op_id);
/linux-6.3-rc2/include/trace/events/
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)
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
A Ddebugfs.c1605 u16 op_id; in iwl_dbgfs_rfi_freq_table_write() local
1607 if (kstrtou16(buf, 10, &op_id)) in iwl_dbgfs_rfi_freq_table_write()
1611 if (!op_id) { in iwl_dbgfs_rfi_freq_table_write()
/linux-6.3-rc2/drivers/perf/
A Driscv_pmu_sbi.c68 uint32_t op_id:2; member

Completed in 76 milliseconds