Go to the documentation of this file.
13 #ifndef _POWERPC_SYSDEV_FSL_MSI_H
14 #define _POWERPC_SYSDEV_FSL_MSI_H
20 #define IRQS_PER_MSI_REG 32
21 #define NR_MSI_IRQS (NR_MSI_REG * IRQS_PER_MSI_REG)
23 #define FSL_PIC_IP_MASK 0x0000000F
24 #define FSL_PIC_IP_MPIC 0x00000001
25 #define FSL_PIC_IP_IPIC 0x00000002
26 #define FSL_PIC_IP_VMPIC 0x00000003