Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pci/x86_64/
HDpci_bus.c361 if ((hdrtype & PCIM_MFDEV) && in legacy_pcib_identify()
/dragonfly/sys/bus/pci/
HDpcireg.h111 #define PCIM_MFDEV 0x80 macro
HDpci.c572 cfg->mfdev = (cfg->hdrtype & PCIM_MFDEV) != 0; in pci_read_device()
573 cfg->hdrtype &= ~PCIM_MFDEV; in pci_read_device()
3093 if (hdrtype & PCIM_MFDEV) in pci_add_children()
/dragonfly/sys/dev/acpica/
HDacpi_pci_link.c584 if (value & PCIM_MFDEV) in acpi_pci_link_search_irq()