Lines Matching +full:keystone +full:- +full:irq
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Keystone Navigator QMSS driver internal header
5 * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com
32 #define ACC_LIST_ENTRY_DESC_IDX (ACC_LIST_ENTRY_WORDS - 1)
45 #define ACC_DESCS_MASK (ACC_DESCS_MAX - 1)
243 * @irq_num: irq line number
248 * @irq_name: irq line name
324 int irq; member
349 list_for_each_entry(region, &kdev->regions, list)
352 list_first_entry_or_null(&kdev->regions, \
356 list_for_each_entry(range, &kdev->queue_ranges, list)
359 list_first_entry_or_null(&kdev->queue_ranges, \
363 list_for_each_entry(pool, &kdev->pools, list)
366 list_for_each_entry(pdsp, &kdev->pdsps, list)
369 list_for_each_entry(qmgr, &kdev->qmgrs, list)
377 if (pdsp_id == pdsp->id) in knav_find_pdsp()