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