Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mtd/nand/raw/
Dnand_base.c2388 ctx->subop.last_instr_end_off = instr_offset; in nand_op_parser_match_pat()
2429 if (a->subop.last_instr_end_off < b->subop.last_instr_end_off) in nand_op_parser_cmp_ctx()
2431 else if (a->subop.last_instr_end_off > b->subop.last_instr_end_off) in nand_op_parser_cmp_ctx()
2511 if (ctx.subop.last_instr_end_off) in nand_op_parser_exec_op()
2514 ctx.subop.first_instr_start_off = ctx.subop.last_instr_end_off; in nand_op_parser_exec_op()
2587 subop->last_instr_end_off) in nand_subop_get_num_addr_cyc()
2588 end_off = subop->last_instr_end_off; in nand_subop_get_num_addr_cyc()
2641 subop->last_instr_end_off) in nand_subop_get_data_len()
2642 end_off = subop->last_instr_end_off; in nand_subop_get_data_len()
/Linux-v6.6/include/linux/mtd/
Drawnand.h866 unsigned int last_instr_end_off; member