Home
last modified time | relevance | path

Searched refs:instrs (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.1.9/arch/powerpc/lib/
Dfeature-fixups.c123 unsigned int instrs[3], *dest; in do_stf_entry_barrier_fixups() local
130 instrs[0] = PPC_RAW_NOP(); in do_stf_entry_barrier_fixups()
131 instrs[1] = PPC_RAW_NOP(); in do_stf_entry_barrier_fixups()
132 instrs[2] = PPC_RAW_NOP(); in do_stf_entry_barrier_fixups()
136 instrs[i++] = PPC_RAW_MFLR(_R10); in do_stf_entry_barrier_fixups()
137 instrs[i++] = PPC_RAW_NOP(); /* branch patched below */ in do_stf_entry_barrier_fixups()
138 instrs[i++] = PPC_RAW_MTLR(_R10); in do_stf_entry_barrier_fixups()
140 instrs[i++] = PPC_RAW_EIEIO() | 0x02000000; /* eieio + bit 6 hint */ in do_stf_entry_barrier_fixups()
142 instrs[i++] = PPC_RAW_SYNC(); in do_stf_entry_barrier_fixups()
143 instrs[i++] = PPC_RAW_LD(_R10, _R13, 0); in do_stf_entry_barrier_fixups()
[all …]
/linux-6.1.9/drivers/mtd/nand/raw/
Dnand_base.c1139 struct nand_op_instr instrs[] = { in nand_sp_exec_read_page_op() local
1146 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); in nand_sp_exec_read_page_op()
1154 instrs[0].ctx.cmd.opcode = NAND_CMD_READOOB; in nand_sp_exec_read_page_op()
1157 instrs[0].ctx.cmd.opcode = NAND_CMD_READ1; in nand_sp_exec_read_page_op()
1168 instrs[1].ctx.addr.naddrs++; in nand_sp_exec_read_page_op()
1181 struct nand_op_instr instrs[] = { in nand_lp_exec_read_page_op() local
1189 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); in nand_lp_exec_read_page_op()
1205 instrs[1].ctx.addr.naddrs++; in nand_lp_exec_read_page_op()
1277 struct nand_op_instr instrs[] = { in nand_read_param_page_op() local
1285 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); in nand_read_param_page_op()
[all …]
Dfsl_upm.c147 ret = func_exec_instr(chip, &op->instrs[i]); in fun_exec_op()
151 if (op->instrs[i].delay_ns) in fun_exec_op()
152 ndelay(op->instrs[i].delay_ns); in fun_exec_op()
Dnand_hynix.c75 struct nand_op_instr instrs[] = { in hynix_nand_cmd_op() local
78 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); in hynix_nand_cmd_op()
93 struct nand_op_instr instrs[] = { in hynix_nand_reg_write_op() local
97 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); in hynix_nand_reg_write_op()
Dgpio.c151 ret = gpio_nand_exec_instr(chip, &op->instrs[i]); in gpio_nand_exec_op()
155 if (op->instrs[i].delay_ns) in gpio_nand_exec_op()
156 ndelay(op->instrs[i].delay_ns); in gpio_nand_exec_op()
Darasan-nand-controller.c603 instr = &subop->instrs[op_id]; in anfc_parse_instructions()
756 if (subop->instrs[0].ctx.cmd.opcode == NAND_CMD_RNDOUT && in anfc_data_read_type_exec()
757 subop->instrs[2].ctx.cmd.opcode == NAND_CMD_RNDOUTSTART) in anfc_data_read_type_exec()
808 if (subop->instrs[0].ctx.cmd.opcode != NAND_CMD_STATUS) in anfc_status_type_exec()
816 memcpy(subop->instrs[1].ctx.data.buf.in, &tmp, 1); in anfc_status_type_exec()
905 instr = &op->instrs[op_id]; in anfc_check_op()
938 op->instrs[0].type == NAND_OP_CMD_INSTR && in anfc_check_op()
939 op->instrs[0].ctx.cmd.opcode != NAND_CMD_STATUS && in anfc_check_op()
940 op->instrs[1].type == NAND_OP_DATA_IN_INSTR) in anfc_check_op()
Dnand_toshiba.c37 struct nand_op_instr instrs[] = { in toshiba_nand_benand_read_eccstatus_op() local
42 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); in toshiba_nand_benand_read_eccstatus_op()
Dnand_macronix.c254 struct nand_op_instr instrs[] = { in nand_power_down_op() local
258 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); in nand_power_down_op()
Dams-delta.c151 for (instr = op->instrs; instr < op->instrs + op->ninstrs; instr++) { in gpio_nand_exec_op()
Dcadence-nand-controller.c2005 instr = &subop->instrs[op_id]; in cadence_nand_cmd_opcode()
2039 instr = &subop->instrs[op_id]; in cadence_nand_cmd_address()
2073 if (subop->instrs[0].ctx.cmd.opcode == NAND_CMD_ERASE1) { in cadence_nand_cmd_erase()
2080 instr = &subop->instrs[1]; in cadence_nand_cmd_erase()
2099 .instrs = &subop->instrs[op_id], in cadence_nand_cmd_erase()
2120 instr = &subop->instrs[op_id]; in cadence_nand_cmd_data()
2186 const struct nand_op_instr *instr = &subop->instrs[op_id]; in cadence_nand_cmd_waitrdy()
Ddiskonchip.c348 struct nand_op_instr instrs[] = { in doc200x_readid() local
354 struct nand_operation op = NAND_OPERATION(cs, instrs); in doc200x_readid()
583 doc200x_exec_instr(this, &op->instrs[i]); in doc200x_exec_op()
655 doc2001plus_exec_instr(this, &op->instrs[i]); in doc2001plus_exec_op()
Dau1550nd.c227 ret = au1550nd_exec_instr(this, &op->instrs[i]); in au1550nd_exec_op()
Dcs553x_nand.c206 ret = cs553x_exec_instr(cs553x, &op->instrs[i]); in cs553x_exec_op()
Dmxic_nand.c402 instr = &op->instrs[op_id]; in mxic_nfc_exec_op()
Ddavinci_nand.c696 ret = davinci_nand_exec_instr(info, &op->instrs[i]); in davinci_nand_exec_op()
Dintel-nand-controller.c526 instr = &op->instrs[op_id]; in ebu_nand_exec_op()
Dmarvell_nand.c1698 instr = &subop->instrs[op_id]; in marvell_nfc_parse_instructions()
1880 switch (subop->instrs[0].type) { in marvell_nfc_naked_access_exec()
1927 if (subop->instrs[0].type == NAND_OP_DATA_OUT_INSTR) { in marvell_nfc_naked_access_exec()
Dvf610_nfc.c354 return &subop->instrs[*op_id]; in vf610_get_next_instr()
Dsunxi_nand.c1807 const struct nand_op_instr *instr = &subop->instrs[i]; in sunxi_nfc_exec_subop()
1897 subop->instrs[0].ctx.waitrdy.timeout_ms); in sunxi_nfc_soft_waitrdy()
Dfsmc_nand.c645 instr = &op->instrs[op_id]; in fsmc_exec_op()
/linux-6.1.9/drivers/mtd/nand/raw/ingenic/
Dingenic_nand_drv.c328 ret = ingenic_nand_exec_instr(chip, cs, &op->instrs[i]); in ingenic_nand_exec_op()
332 if (op->instrs[i].delay_ns) in ingenic_nand_exec_op()
333 ndelay(op->instrs[i].delay_ns); in ingenic_nand_exec_op()
/linux-6.1.9/include/linux/mtd/
Drawnand.h859 const struct nand_op_instr *instrs; member
1009 const struct nand_op_instr *instrs; member
1016 .instrs = _instrs, \
/linux-6.1.9/drivers/mtd/nand/raw/atmel/
Dnand-controller.c623 ret = atmel_smc_nand_exec_instr(nand, &op->instrs[i]); in atmel_smc_nand_exec_op()
643 const struct nand_op_instr *instr = &subop->instrs[i]; in atmel_hsmc_exec_cmd_addr()
663 const struct nand_op_instr *instr = subop->instrs; in atmel_hsmc_exec_rw()
681 const struct nand_op_instr *instr = subop->instrs; in atmel_hsmc_exec_waitrdy()
/linux-6.1.9/drivers/mtd/nand/raw/gpmi-nand/
Dgpmi-nand.c2529 instr = &op->instrs[i]; in gpmi_nfc_exec_op()
2545 op->instrs[i + 1].type == NAND_OP_ADDR_INSTR) in gpmi_nfc_exec_op()
/linux-6.1.9/tools/arch/x86/kcpuid/
Dcpuid.csv61 1, 0, EDX, 11, sep, SYSENTER and SYSEXIT instrs

12