Searched refs:PCI_MSI_MASK32 (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/arch/amd64/pci/ |
H A D | pci_machdep.c | 370 mask = pci_conf_read(pc, tag, off + PCI_MSI_MASK32); in msi_hwmask() 371 pci_conf_write(pc, tag, off + PCI_MSI_MASK32, in msi_hwmask() 397 mask = pci_conf_read(pc, tag, off + PCI_MSI_MASK32); in msi_hwunmask() 398 pci_conf_write(pc, tag, off + PCI_MSI_MASK32, in msi_hwunmask()
|
/openbsd/sys/dev/pci/ |
H A D | pcireg.h | 529 #define PCI_MSI_MASK32 0x0c macro
|