Home
last modified time | relevance | path

Searched refs:PCIR_HDRTYPE (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/bus/pci/x86_64/
H A Dpci_bus.c352 PCIR_HDRTYPE, 1); in legacy_pcib_identify()
/dragonfly/sys/bus/pci/
H A Dpcireg.h106 #define PCIR_HDRTYPE 0x0e macro
H A Dpci.c563 cfg->hdrtype = REG(PCIR_HDRTYPE, 1); in pci_read_device()
3090 hdrtype = REG(PCIR_HDRTYPE, 1); in pci_add_children()
/dragonfly/sys/dev/misc/puc/
H A Dpuc.c158 if ((pci_read_config(dev, PCIR_HDRTYPE, 1) & PCIM_HDRTYPE) != 0) in puc_pci_probe()
/dragonfly/sys/dev/acpica/
H A Dacpi_pci_link.c581 value = pci_cfgregread(bus, device, 0, PCIR_HDRTYPE, 1); in acpi_pci_link_search_irq()