Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/lib/
Dfeature-fixups.c123 unsigned int instrs[3], *dest; in do_stf_entry_barrier_fixups() local
130 instrs[0] = 0x60000000; /* nop */ in do_stf_entry_barrier_fixups()
131 instrs[1] = 0x60000000; /* nop */ in do_stf_entry_barrier_fixups()
132 instrs[2] = 0x60000000; /* nop */ in do_stf_entry_barrier_fixups()
136 instrs[i++] = 0x7d4802a6; /* mflr r10 */ in do_stf_entry_barrier_fixups()
137 instrs[i++] = 0x60000000; /* branch patched below */ in do_stf_entry_barrier_fixups()
138 instrs[i++] = 0x7d4803a6; /* mtlr r10 */ in do_stf_entry_barrier_fixups()
140 instrs[i++] = 0x7e0006ac; /* eieio + bit 6 hint */ in do_stf_entry_barrier_fixups()
142 instrs[i++] = 0x7c0004ac; /* hwsync */ in do_stf_entry_barrier_fixups()
143 instrs[i++] = 0xe94d0000; /* ld r10,0(r13) */ in do_stf_entry_barrier_fixups()
[all …]
/Linux-v4.19/drivers/mtd/nand/raw/
Dnand_base.c1451 struct nand_op_instr instrs[] = { in nand_sp_exec_read_page_op() local
1458 struct nand_operation op = NAND_OPERATION(instrs); in nand_sp_exec_read_page_op()
1466 instrs[0].ctx.cmd.opcode = NAND_CMD_READOOB; in nand_sp_exec_read_page_op()
1469 instrs[0].ctx.cmd.opcode = NAND_CMD_READ1; in nand_sp_exec_read_page_op()
1480 instrs[1].ctx.addr.naddrs++; in nand_sp_exec_read_page_op()
1493 struct nand_op_instr instrs[] = { in nand_lp_exec_read_page_op() local
1501 struct nand_operation op = NAND_OPERATION(instrs); in nand_lp_exec_read_page_op()
1517 instrs[1].ctx.addr.naddrs++; in nand_lp_exec_read_page_op()
1590 struct nand_op_instr instrs[] = { in nand_read_param_page_op() local
1597 struct nand_operation op = NAND_OPERATION(instrs); in nand_read_param_page_op()
[all …]
Dnand_hynix.c85 struct nand_op_instr instrs[] = { in hynix_nand_cmd_op() local
88 struct nand_operation op = NAND_OPERATION(instrs); in hynix_nand_cmd_op()
104 struct nand_op_instr instrs[] = { in hynix_nand_reg_write_op() local
108 struct nand_operation op = NAND_OPERATION(instrs); in hynix_nand_reg_write_op()
Dmarvell_nand.c1552 instr = &subop->instrs[op_id]; in marvell_nfc_parse_instructions()
1734 switch (subop->instrs[0].type) { in marvell_nfc_naked_access_exec()
1781 if (subop->instrs[0].type == NAND_OP_DATA_OUT_INSTR) { in marvell_nfc_naked_access_exec()
Dvf610_nfc.c368 return &subop->instrs[*op_id]; in vf610_get_next_instr()
Dfsmc_nand.c650 instr = &op->instrs[op_id]; in fsmc_exec_op()
Dtegra_nand.c363 instr = &subop->instrs[op_id]; in tegra_nand_cmd()
/Linux-v4.19/include/linux/mtd/
Drawnand.h1015 const struct nand_op_instr *instrs; member
1163 const struct nand_op_instr *instrs; member
1169 .instrs = _instrs, \
/Linux-v4.19/arch/arm/
DKconfig1157 bool "ARM errata: A12: some seqs of opposed cond code instrs => deadlock or corruption"
1199 bool "ARM errata: A17: some seqs of opposed cond code instrs => deadlock or corruption"