Lines Matching defs:subop
2092 const struct nand_subop *subop)
2101 instr = &subop->instrs[op_id];
2122 const struct nand_subop *subop)
2135 instr = &subop->instrs[op_id];
2143 offset = nand_subop_get_addr_start_off(subop, op_id);
2144 naddrs = nand_subop_get_num_addr_cyc(subop, op_id);
2165 const struct nand_subop *subop)
2169 if (subop->instrs[0].ctx.cmd.opcode == NAND_CMD_ERASE1) {
2176 instr = &subop->instrs[1];
2177 offset = nand_subop_get_addr_start_off(subop, 1);
2178 naddrs = nand_subop_get_num_addr_cyc(subop, 1);
2191 for (op_id = 0; op_id < subop->ninstrs; op_id++) {
2195 .instrs = &subop->instrs[op_id],
2206 const struct nand_subop *subop)
2216 instr = &subop->instrs[op_id];
2228 len = nand_subop_get_data_len(subop, op_id);
2229 offset = nand_subop_get_data_start_off(subop, op_id);
2276 const struct nand_subop *subop)
2282 const struct nand_op_instr *instr = &subop->instrs[op_id];