Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dvf610_nfc.c348 vf610_get_next_instr(const struct nand_subop *subop, int *op_id) in vf610_get_next_instr() argument
350 if (*op_id + 1 >= subop->ninstrs) in vf610_get_next_instr()
353 (*op_id)++; in vf610_get_next_instr()
355 return &subop->instrs[*op_id]; in vf610_get_next_instr()
363 int op_id = -1, trfr_sz = 0, offset = 0; in vf610_nfc_cmd() local
373 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
381 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
385 int naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in vf610_nfc_cmd()
386 int i = nand_subop_get_addr_start_off(subop, op_id); in vf610_nfc_cmd()
398 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
[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()
410 offset = nand_subop_get_data_start_off(subop, op_id); in tegra_nand_cmd()
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 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 = q_op.data_instr_idx; in qcom_read_status_exec()
2738 len = nand_subop_get_data_len(subop, op_id); in qcom_read_status_exec()
2751 unsigned int op_id = 0; in qcom_read_id_type_exec() 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 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()
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()
/linux/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);
/linux/include/trace/events/
H A Dafs.h1106 __field(unsigned int, op_id)
1112 __entry->op_id = call->operation_ID;
1117 __entry->call, __entry->op_id, &__entry->srx.transport)
1127 __field(unsigned int, op_id)
1133 __entry->op_id = call->operation_ID;
1138 __entry->call, __entry->op_id, &__entry->uuid)
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.c1887 u16 op_id; in iwl_dbgfs_rfi_freq_table_write() local
1889 if (kstrtou16(buf, 10, &op_id)) in iwl_dbgfs_rfi_freq_table_write()
1893 if (!op_id) { in iwl_dbgfs_rfi_freq_table_write()
/linux/drivers/perf/
H A Driscv_pmu_sbi.c112 uint32_t op_id:2; member