Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_base.c2425 ctx->subop.last_instr_end_off = instr_offset; in nand_op_parser_match_pat()
2466 if (a->subop.last_instr_end_off < b->subop.last_instr_end_off) in nand_op_parser_cmp_ctx()
2468 else if (a->subop.last_instr_end_off > b->subop.last_instr_end_off) in nand_op_parser_cmp_ctx()
2548 if (ctx.subop.last_instr_end_off) in nand_op_parser_exec_op()
2551 ctx.subop.first_instr_start_off = ctx.subop.last_instr_end_off; in nand_op_parser_exec_op()
2624 subop->last_instr_end_off) in nand_subop_get_num_addr_cyc()
2625 end_off = subop->last_instr_end_off; in nand_subop_get_num_addr_cyc()
2678 subop->last_instr_end_off) in nand_subop_get_data_len()
2679 end_off = subop->last_instr_end_off; in nand_subop_get_data_len()
/openbmc/linux/include/linux/mtd/
H A Drawnand.h866 unsigned int last_instr_end_off; member