Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/pci/
HDpcireg.h604 #define PCIM_MSICTRL_MME_MASK 0x0070 macro
HDpci.c2697 ctrl &= ~PCIM_MSICTRL_MME_MASK; in pci_alloc_msi_method()
2742 msi->msi_ctrl &= ~PCIM_MSICTRL_MME_MASK; in pci_release_msi_method()
/freebsd-13-stable/usr.sbin/bhyve/
HDpci_emul.c1224 rwmask = PCIM_MSICTRL_MME_MASK | PCIM_MSICTRL_MSI_ENABLE; in msicap_cfgwrite()
1239 mme = msgctrl & PCIM_MSICTRL_MME_MASK; in msicap_cfgwrite()
/freebsd-13-stable/usr.sbin/pciconf/
HDcap.c138 msgnum = 1 << ((ctrl & PCIM_MSICTRL_MME_MASK) >> 4); in cap_msi()