Searched refs:PCI_MSI_CTL_MSI_ENABLE (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/arch/arm/cortex/
H A Dgic_v2m.c134 ctl &= ~PCI_MSI_CTL_MSI_ENABLE;
157 ctl |= PCI_MSI_CTL_MSI_ENABLE;
174 ctl &= ~PCI_MSI_CTL_MSI_ENABLE;
H A Dgicv3_its.c427 ctl |= PCI_MSI_CTL_MSI_ENABLE;
444 ctl &= ~PCI_MSI_CTL_MSI_ENABLE;
/netbsd-current/sys/arch/x86/pci/
H A Dmsipic.c355 ctl |= PCI_MSI_CTL_MSI_ENABLE;
357 ctl &= ~PCI_MSI_CTL_MSI_ENABLE;
437 ctl |= PCI_MSI_CTL_MSI_ENABLE;
/netbsd-current/sys/arch/arm/apple/
H A Dapple_pcie.c477 ctl &= ~PCI_MSI_CTL_MSI_ENABLE;
500 ctl |= PCI_MSI_CTL_MSI_ENABLE;
517 ctl &= ~PCI_MSI_CTL_MSI_ENABLE;
/netbsd-current/sys/arch/powerpc/booke/pci/
H A Dpq3pci.c1285 msictl &= ~PCI_MSI_CTL_MSI_ENABLE;
1361 msictl &= ~PCI_MSI_CTL_MSI_ENABLE;
1521 msictl |= PCI_MSI_CTL_MSI_ENABLE;
1579 msictl &= ~PCI_MSI_CTL_MSI_ENABLE;
/netbsd-current/sys/dev/pci/
H A Dpci.c1080 reg & ~PCI_MSI_CTL_MSI_ENABLE);
H A Dpcireg.h721 #define PCI_MSI_CTL_MSI_ENABLE __SHIFTIN(__BIT(0), PCI_MSI_CTL_MASK) macro
H A Dpci_subr.c1323 onoff("MSI Enabled", ctl, PCI_MSI_CTL_MSI_ENABLE);

Completed in 248 milliseconds