Lines Matching refs:op_id
361 vf610_get_next_instr(const struct nand_subop *subop, int *op_id) in vf610_get_next_instr() argument
363 if (*op_id + 1 >= subop->ninstrs) in vf610_get_next_instr()
366 (*op_id)++; in vf610_get_next_instr()
368 return &subop->instrs[*op_id]; in vf610_get_next_instr()
376 int op_id = -1, trfr_sz = 0, offset; in vf610_nfc_cmd() local
386 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
394 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
398 int naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in vf610_nfc_cmd()
399 int i = nand_subop_get_addr_start_off(subop, op_id); in vf610_nfc_cmd()
411 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
415 trfr_sz = nand_subop_get_data_len(subop, op_id); in vf610_nfc_cmd()
416 offset = nand_subop_get_data_start_off(subop, op_id); in vf610_nfc_cmd()
428 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
435 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
441 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
445 trfr_sz = nand_subop_get_data_len(subop, op_id); in vf610_nfc_cmd()
446 offset = nand_subop_get_data_start_off(subop, op_id); in vf610_nfc_cmd()