Home
last modified time | relevance | path

Searched refs:last_instr_end_off (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/mtd/nand/raw/
Dnand_base.c2312 ctx->subop.last_instr_end_off = instr_offset; in nand_op_parser_match_pat()
2353 if (a->subop.last_instr_end_off < b->subop.last_instr_end_off) in nand_op_parser_cmp_ctx()
2355 else if (a->subop.last_instr_end_off > b->subop.last_instr_end_off) in nand_op_parser_cmp_ctx()
2435 if (ctx.subop.last_instr_end_off) in nand_op_parser_exec_op()
2438 ctx.subop.first_instr_start_off = ctx.subop.last_instr_end_off; in nand_op_parser_exec_op()
2511 subop->last_instr_end_off) in nand_subop_get_num_addr_cyc()
2512 end_off = subop->last_instr_end_off; in nand_subop_get_num_addr_cyc()
2565 subop->last_instr_end_off) in nand_subop_get_data_len()
2566 end_off = subop->last_instr_end_off; in nand_subop_get_data_len()
/Linux-v5.15/include/linux/mtd/
Drawnand.h862 unsigned int last_instr_end_off; member