Lines Matching +full:msi +full:- +full:offset
1 /* SPDX-License-Identifier: GPL-2.0 */
17 #include <linux/msi.h>
29 #define PAB_REG_ADDR(offset, win) \ argument
30 (offset + (win * PAB_REG_BLOCK_SIZE))
31 #define PAB_EXT_REG_ADDR(offset, win) \ argument
32 (offset + (win * PAB_EXT_REG_BLOCK_SIZE))
100 /* starting offset of INTX bits in status register */
103 /* supported number of MSI interrupts */
106 /* MSI registers */
136 struct mobiveil_msi { /* MSI information */
158 struct mobiveil_msi msi; member
169 void __iomem *apb_csr_base; /* MSI register base */