Lines Matching refs:subop
348 vf610_get_next_instr(const struct nand_subop *subop, int *op_id) in vf610_get_next_instr() argument
350 if (*op_id + 1 >= subop->ninstrs) in vf610_get_next_instr()
355 return &subop->instrs[*op_id]; in vf610_get_next_instr()
359 const struct nand_subop *subop) in vf610_nfc_cmd() argument
373 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
381 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
385 int naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in vf610_nfc_cmd()
386 int i = nand_subop_get_addr_start_off(subop, op_id); in vf610_nfc_cmd()
398 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
402 trfr_sz = nand_subop_get_data_len(subop, op_id); in vf610_nfc_cmd()
403 offset = nand_subop_get_data_start_off(subop, op_id); in vf610_nfc_cmd()
415 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
422 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
428 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
432 trfr_sz = nand_subop_get_data_len(subop, op_id); in vf610_nfc_cmd()
433 offset = nand_subop_get_data_start_off(subop, op_id); in vf610_nfc_cmd()