Searched refs:PCI_MSI_MC_MSIE (Results 1 – 12 of 12) sorted by relevance
/openbsd/sys/arch/powerpc64/dev/ |
H A D | pci_machdep.c | 45 pci_conf_write(pc, tag, off, reg | PCI_MSI_MC_MSIE); in pci_msi_enable()
|
/openbsd/sys/arch/riscv64/dev/ |
H A D | pci_machdep.c | 45 pci_conf_write(pc, tag, off, reg | PCI_MSI_MC_MSIE); in pci_msi_enable()
|
/openbsd/sys/arch/arm64/dev/ |
H A D | pci_machdep.c | 74 pci_conf_write(pc, tag, off, reg | PCI_MSI_MC_MSIE); in pci_msi_enable()
|
/openbsd/sys/arch/i386/pci/ |
H A D | pci_machdep.c | 862 pci_conf_write(pc, tag, off, reg | PCI_MSI_MC_MSIE); in pci_intr_establish() 898 pci_conf_write(pc, tag, off, reg &= ~PCI_MSI_MC_MSIE); in pci_intr_disestablish()
|
/openbsd/sys/dev/pci/ |
H A D | pcireg.h | 524 #define PCI_MSI_MC_MSIE 0x00010000 macro
|
H A D | if_qwx_pci.c | 2090 val |= PCI_MSI_MC_MSIE; in qwx_pci_msi_config() 2092 val &= ~PCI_MSI_MC_MSIE; in qwx_pci_msi_config()
|
H A D | if_qwz_pci.c | 1997 val |= PCI_MSI_MC_MSIE; in qwz_pci_msi_config() 1999 val &= ~PCI_MSI_MC_MSIE; in qwz_pci_msi_config()
|
H A D | if_bge.c | 3421 val | PCI_MSI_MC_MSIE); in bge_reset()
|
/openbsd/sys/arch/amd64/pci/ |
H A D | pci_machdep.c | 429 pci_conf_write(pc, tag, off, reg | PCI_MSI_MC_MSIE); in msi_addroute() 446 pci_conf_write(pc, tag, off, reg & ~PCI_MSI_MC_MSIE); in msi_delroute()
|
/openbsd/sys/arch/armv7/vexpress/ |
H A D | pciecam.c | 418 off, reg | PCI_MSI_MC_MSIE); in pciecam_intr_establish()
|
/openbsd/sys/arch/sparc64/dev/ |
H A D | pci_machdep.c | 558 pci_conf_write(pc, tag, off, reg | PCI_MSI_MC_MSIE); in pci_msi_enable()
|
/openbsd/usr.sbin/pcidump/ |
H A D | pcidump.c | 610 reg & PCI_MSI_MC_MSIE ? "yes" : "no", in dump_msi()
|