Home
last modified time | relevance | path

Searched refs:PCIR_MSI_CTRL (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/pci/
H A Dpcireg.h601 #define PCIR_MSI_CTRL 0x2 macro
H A Dpci.c925 cfg->msi.msi_ctrl = REG(ptr + PCIR_MSI_CTRL, 2); in pci_read_cap()
2348 pci_write_config(child, msi->msi_location + PCIR_MSI_CTRL, in pci_enable_msi_method()
2366 pci_write_config(child, msi->msi_location + PCIR_MSI_CTRL, in pci_disable_msi_method()
2397 pci_write_config(dev, msi->msi_location + PCIR_MSI_CTRL, msi->msi_ctrl, in pci_resume_msi()
2679 pci_write_config(child, cfg->msi.msi_location + PCIR_MSI_CTRL, ctrl, 2); in pci_alloc_msi_method()
2722 pci_write_config(child, msi->msi_location + PCIR_MSI_CTRL, in pci_release_msi_method()
/freebsd/usr.sbin/pciconf/
H A Dcap.c131 ctrl = read_config(fd, &p->pc_sel, ptr + PCIR_MSI_CTRL, 2); in cap_msi()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h176 #define PCI_MSI_FLAGS PCIR_MSI_CTRL
/freebsd/sys/dev/bge/
H A Dif_bge.c4177 sc->bge_msicap + PCIR_MSI_CTRL, 2); in bge_reset()
4179 sc->bge_msicap + PCIR_MSI_CTRL, in bge_reset()