Searched refs:PCIM_MFDEV (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_pcibus.c251 if (hdrtype & PCIM_MFDEV)
/freebsd-11-stable/sys/mips/nlm/
H A Dxlp_pci.c101 if (hdrtype & PCIM_MFDEV)
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_emul.c1637 * Ensure that the PCIM_MFDEV bit is properly set (or unset) depending on
1650 *rv &= ~PCIM_MFDEV;
1652 *rv |= PCIM_MFDEV;
1656 *rv &= ~(PCIM_MFDEV << 16);
1658 *rv |= (PCIM_MFDEV << 16);
/freebsd-11-stable/sys/x86/pci/
H A Dpci_bus.c413 if ((hdrtype & PCIM_MFDEV) &&
/freebsd-11-stable/sys/i386/pci/
H A Dpci_pir.c279 if (value & PCIM_MFDEV)
/freebsd-11-stable/sys/mips/cavium/
H A Doctopci.c729 if (f == 0 && (hdrtype & PCIM_MFDEV) == 0)
/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_pci.c818 if (func == 0 && (hdrtype & PCIM_MFDEV))
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c575 if (func == 0 && (hdrtype & PCIM_MFDEV))
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_pci_link.c586 if (value & PCIM_MFDEV)
/freebsd-11-stable/sys/dev/pci/
H A Dpcireg.h120 #define PCIM_MFDEV 0x80 macro
H A Dpci.c697 cfg->mfdev = (cfg->hdrtype & PCIM_MFDEV) != 0;
698 cfg->hdrtype &= ~PCIM_MFDEV;
4085 if (hdrtype & PCIM_MFDEV)
4131 if (hdrtype & PCIM_MFDEV)
/freebsd-11-stable/sys/arm/mv/
H A Dmv_pci.c764 if (func == 0 && (hdrtype & PCIM_MFDEV))
/freebsd-11-stable/sys/dev/pccbb/
H A Dpccbb.c1014 if ((h & PCIM_MFDEV) == 0)
/freebsd-11-stable/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c643 if (hdrtype & PCIM_MFDEV)

Completed in 154 milliseconds