Lines Matching refs:op_id
1642 unsigned int op_id; in marvell_nfc_parse_instructions() local
1648 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in marvell_nfc_parse_instructions()
1653 instr = &subop->instrs[op_id]; in marvell_nfc_parse_instructions()
1670 offset = nand_subop_get_addr_start_off(subop, op_id); in marvell_nfc_parse_instructions()
1671 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in marvell_nfc_parse_instructions()
1691 nfc_op->data_instr_idx = op_id; in marvell_nfc_parse_instructions()
1697 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions()
1705 nfc_op->data_instr_idx = op_id; in marvell_nfc_parse_instructions()
1711 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions()
1731 unsigned int op_id = nfc_op->data_instr_idx; in marvell_nfc_xfer_data_pio() local
1732 unsigned int len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_xfer_data_pio()
1733 unsigned int offset = nand_subop_get_data_start_off(subop, op_id); in marvell_nfc_xfer_data_pio()