Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pci/x86_64/
H A Dpci_bus.c359 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in legacy_pcib_identify()
/dragonfly/sys/bus/pci/
H A Dpcireg.h65 #define PCI_MAXHDRTYPE 2 macro
H A Dpci.c3091 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in pci_add_children()
/dragonfly/sys/dev/acpica/
H A Dacpi_pci_link.c582 if ((value & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in acpi_pci_link_search_irq()