Searched refs:IST_MSI (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/powerpc/include/booke/
H A Dintr.h58 #define IST_MSI (NIPL+5) /* message signaling interrupt (PCI) */ macro
/netbsd-current/sys/arch/powerpc/booke/pci/
H A Dpq3pci.c1239 handle = PIH_MAKE(i * 32 + n, IST_MSI, 0);
1261 handle = PIH_MAKE(freegroup * 32 + n, IST_MSI, 0);
1421 if (PIH_IST(handle) == IST_MSI) {
1434 if (PIH_IST(handle) == IST_MSI) {
1455 if (ist == IST_MSI) {
1595 if (ist == IST_MSI)
1679 if (ist == IST_MSI)
/netbsd-current/sys/arch/powerpc/booke/
H A De500_intr.c400 [IST_MSI] = "msi",
743 KASSERT(ist > IST_NONE && ist < IST_MAX && ist != IST_MSI);

Completed in 501 milliseconds