Lines Matching refs:subop
2042 const struct nand_subop *subop)
2051 instr = &subop->instrs[op_id];
2072 const struct nand_subop *subop)
2085 instr = &subop->instrs[op_id];
2093 offset = nand_subop_get_addr_start_off(subop, op_id);
2094 naddrs = nand_subop_get_num_addr_cyc(subop, op_id);
2115 const struct nand_subop *subop)
2119 if (subop->instrs[0].ctx.cmd.opcode == NAND_CMD_ERASE1) {
2126 instr = &subop->instrs[1];
2127 offset = nand_subop_get_addr_start_off(subop, 1);
2128 naddrs = nand_subop_get_num_addr_cyc(subop, 1);
2141 for (op_id = 0; op_id < subop->ninstrs; op_id++) {
2145 .instrs = &subop->instrs[op_id],
2156 const struct nand_subop *subop)
2166 instr = &subop->instrs[op_id];
2178 len = nand_subop_get_data_len(subop, op_id);
2179 offset = nand_subop_get_data_start_off(subop, op_id);
2226 const struct nand_subop *subop)
2232 const struct nand_op_instr *instr = &subop->instrs[op_id];