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

/freebsd-current/sys/dev/pci/
H A Dpci.c927 cfg->msi.msi_ctrl = REG(ptr + PCIR_MSI_CTRL, 2);
928 cfg->msi.msi_msgnum = 1 << ((cfg->msi.msi_ctrl &
2339 if (msi->msi_ctrl & PCIM_MSICTRL_64BIT) {
2349 msi->msi_ctrl |= PCIM_MSICTRL_MSI_ENABLE;
2351 msi->msi_ctrl, 2);
2367 msi->msi_ctrl &= ~PCIM_MSICTRL_MSI_ENABLE;
2369 msi->msi_ctrl, 2);
2385 if (msi->msi_ctrl & PCIM_MSICTRL_MSI_ENABLE) {
2390 if (msi->msi_ctrl & PCIM_MSICTRL_64BIT) {
2399 pci_write_config(dev, msi->msi_location + PCIR_MSI_CTRL, msi->msi_ctrl,
[all...]
H A Dpcivar.h91 uint16_t msi_ctrl; /* Message Control */ member in struct:pcicfg_msi
/freebsd-current/sys/powerpc/powernv/
H A Dopal_pci.c675 (dinfo->cfg.msi.msi_ctrl & PCIM_MSICTRL_64BIT) == 0) {
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c1334 (msi->msi_ctrl & PCIM_MSICTRL_64BIT) ? true : false;

Completed in 255 milliseconds