Lines Matching refs:op_id
1687 unsigned int op_id; in marvell_nfc_parse_instructions() local
1693 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in marvell_nfc_parse_instructions()
1698 instr = &subop->instrs[op_id]; in marvell_nfc_parse_instructions()
1715 offset = nand_subop_get_addr_start_off(subop, op_id); in marvell_nfc_parse_instructions()
1716 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in marvell_nfc_parse_instructions()
1736 nfc_op->data_instr_idx = op_id; in marvell_nfc_parse_instructions()
1742 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions()
1750 nfc_op->data_instr_idx = op_id; in marvell_nfc_parse_instructions()
1756 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions()
1776 unsigned int op_id = nfc_op->data_instr_idx; in marvell_nfc_xfer_data_pio() local
1777 unsigned int len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_xfer_data_pio()
1778 unsigned int offset = nand_subop_get_data_start_off(subop, op_id); in marvell_nfc_xfer_data_pio()