Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dnand_base.c2523 ctx->subop.last_instr_end_off = instr_offset; in nand_op_parser_match_pat()
2649 if (ctx.subop.last_instr_end_off) in nand_op_parser_exec_op()
2652 ctx.subop.first_instr_start_off = ctx.subop.last_instr_end_off; in nand_op_parser_exec_op()
2725 subop->last_instr_end_off) in nand_subop_get_num_addr_cyc()
2726 end_off = subop->last_instr_end_off; in nand_subop_get_num_addr_cyc()
2779 subop->last_instr_end_off) in nand_subop_get_data_len()
2780 end_off = subop->last_instr_end_off; in nand_subop_get_data_len()
/Linux-v4.19/include/linux/mtd/
Drawnand.h1018 unsigned int last_instr_end_off; member