Lines Matching refs:subop
347 vf610_get_next_instr(const struct nand_subop *subop, int *op_id)
349 if (*op_id + 1 >= subop->ninstrs)
354 return &subop->instrs[*op_id];
358 const struct nand_subop *subop)
372 instr = vf610_get_next_instr(subop, &op_id);
380 instr = vf610_get_next_instr(subop, &op_id);
384 int naddrs = nand_subop_get_num_addr_cyc(subop, op_id);
385 int i = nand_subop_get_addr_start_off(subop, op_id);
397 instr = vf610_get_next_instr(subop, &op_id);
401 trfr_sz = nand_subop_get_data_len(subop, op_id);
402 offset = nand_subop_get_data_start_off(subop, op_id);
414 instr = vf610_get_next_instr(subop, &op_id);
421 instr = vf610_get_next_instr(subop, &op_id);
427 instr = vf610_get_next_instr(subop, &op_id);
431 trfr_sz = nand_subop_get_data_len(subop, op_id);
432 offset = nand_subop_get_data_start_off(subop, op_id);