Home
last modified time | relevance | path

Searched refs:PCIM_MSICTRL_64BIT (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/powerpc/powernv/
H A Dopal_pci.c675 (dinfo->cfg.msi.msi_ctrl & PCIM_MSICTRL_64BIT) == 0) { in opalpci_map_msi()
/freebsd/sys/dev/pci/
H A Dpcireg.h603 #define PCIM_MSICTRL_64BIT 0x0080 macro
H A Dpci.c2337 if (msi->msi_ctrl & PCIM_MSICTRL_64BIT) { in pci_enable_msi_method()
2388 if (msi->msi_ctrl & PCIM_MSICTRL_64BIT) { in pci_resume_msi()
3010 (ctrl & PCIM_MSICTRL_64BIT) ? ", 64 bit" : "", in pci_print_verbose()
/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c1166 msicap->msgctrl = PCIM_MSICTRL_64BIT | (mmc << 1); in pci_populate_msicap()
1300 if (msgctrl & PCIM_MSICTRL_64BIT) in msicap_cfgwrite()
H A Dpci_passthru.c107 if (msgctrl & PCIM_MSICTRL_64BIT) in msi_caplen()
/freebsd/usr.sbin/pciconf/
H A Dcap.c135 (ctrl & PCIM_MSICTRL_64BIT) ? ", 64 bit" : "", in cap_msi()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c1334 (msi->msi_ctrl & PCIM_MSICTRL_64BIT) ? true : false; in lkpi_pci_msi_desc_alloc()