Lines Matching refs:op_id
1716 unsigned int op_id; in marvell_nfc_parse_instructions() local
1722 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in marvell_nfc_parse_instructions()
1727 instr = &subop->instrs[op_id]; in marvell_nfc_parse_instructions()
1744 offset = nand_subop_get_addr_start_off(subop, op_id); in marvell_nfc_parse_instructions()
1745 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in marvell_nfc_parse_instructions()
1765 nfc_op->data_instr_idx = op_id; in marvell_nfc_parse_instructions()
1771 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions()
1779 nfc_op->data_instr_idx = op_id; in marvell_nfc_parse_instructions()
1785 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions()
1805 unsigned int op_id = nfc_op->data_instr_idx; in marvell_nfc_xfer_data_pio() local
1806 unsigned int len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_xfer_data_pio()
1807 unsigned int offset = nand_subop_get_data_start_off(subop, op_id); in marvell_nfc_xfer_data_pio()