Home
last modified time | relevance | path

Searched refs:msi_ctrl (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/pci/
H A Dpci.c961 cfg->msi.msi_ctrl = REG(ptr + PCIR_MSI_CTRL, 2); in pci_read_cap()
2389 if (msi->msi_ctrl & PCIM_MSICTRL_64BIT) { in pci_enable_msi_method()
2399 msi->msi_ctrl |= PCIM_MSICTRL_MSI_ENABLE; in pci_enable_msi_method()
2401 msi->msi_ctrl, 2); in pci_enable_msi_method()
2417 msi->msi_ctrl &= ~PCIM_MSICTRL_MSI_ENABLE; in pci_disable_msi_method()
2419 msi->msi_ctrl, 2); in pci_disable_msi_method()
2435 if (msi->msi_ctrl & PCIM_MSICTRL_MSI_ENABLE) { in pci_resume_msi()
2440 if (msi->msi_ctrl & PCIM_MSICTRL_64BIT) { in pci_resume_msi()
2449 pci_write_config(dev, msi->msi_location + PCIR_MSI_CTRL, msi->msi_ctrl, in pci_resume_msi()
2733 cfg->msi.msi_ctrl = ctrl; in pci_alloc_msi_method()
[all …]
H A Dpcivar.h89 uint16_t msi_ctrl; /* Message Control */ member
/freebsd/sys/powerpc/powernv/
H A Dopal_pci.c675 (dinfo->cfg.msi.msi_ctrl & PCIM_MSICTRL_64BIT) == 0) { in opalpci_map_msi()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c1532 (msi->msi_ctrl & PCIM_MSICTRL_64BIT) ? true : false; in lkpi_pci_msi_desc_alloc()