Home
last modified time | relevance | path

Searched refs:PCI_MSI_MASK32 (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/arch/amd64/pci/
H A Dpci_machdep.c370 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 Dpcireg.h529 #define PCI_MSI_MASK32 0x0c macro