Lines Matching refs:subop
1999 const struct nand_subop *subop)
2008 instr = &subop->instrs[op_id];
2029 const struct nand_subop *subop)
2042 instr = &subop->instrs[op_id];
2050 offset = nand_subop_get_addr_start_off(subop, op_id);
2051 naddrs = nand_subop_get_num_addr_cyc(subop, op_id);
2072 const struct nand_subop *subop)
2076 if (subop->instrs[0].ctx.cmd.opcode == NAND_CMD_ERASE1) {
2083 instr = &subop->instrs[1];
2084 offset = nand_subop_get_addr_start_off(subop, 1);
2085 naddrs = nand_subop_get_num_addr_cyc(subop, 1);
2098 for (op_id = 0; op_id < subop->ninstrs; op_id++) {
2102 .instrs = &subop->instrs[op_id],
2113 const struct nand_subop *subop)
2123 instr = &subop->instrs[op_id];
2135 len = nand_subop_get_data_len(subop, op_id);
2136 offset = nand_subop_get_data_start_off(subop, op_id);
2183 const struct nand_subop *subop)
2189 const struct nand_op_instr *instr = &subop->instrs[op_id];