Home
last modified time | relevance | path

Searched refs:PCIS_BRIDGE_PCI (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/dev/agp/
H A Dagp_amd64.c122 pci_cfgregread(0, 11, 0, PCIR_SUBCLASS, 1) != PCIS_BRIDGE_PCI || in agp_amd64_nvidia_match()
135 pci_cfgregread(0, 1, 0, PCIR_SUBCLASS, 1) != PCIS_BRIDGE_PCI || in agp_amd64_via_match()
/dragonfly/sys/dev/acpica/
H A Dacpi_pcib_pci.c94 pci_get_subclass(dev) != PCIS_BRIDGE_PCI || in acpi_pcib_pci_probe()
/dragonfly/sys/bus/pci/x86_64/
H A Dmptable_pci.c202 (pci_get_subclass(dev) != PCIS_BRIDGE_PCI)) in mptable_pcib_probe()
H A Dpci_bus.c687 (pci_get_subclass(dev) != PCIS_BRIDGE_PCI)) in pcibios_pcib_probe()
/dragonfly/sys/bus/pci/
H A Dpcireg.h338 #define PCIS_BRIDGE_PCI 0x04 macro
H A Dpci_pci.c127 (pci_get_subclass(dev) == PCIS_BRIDGE_PCI)) { in pcib_probe()
H A Dpci.c505 if (cfg->baseclass == PCIC_BRIDGE && cfg->subclass == PCIS_BRIDGE_PCI) in pci_fixancient()
3514 {PCIC_BRIDGE, PCIS_BRIDGE_PCI, "PCI-PCI"},
/dragonfly/usr.sbin/pciconf/
H A Dpciconf.c560 {PCIC_BRIDGE, PCIS_BRIDGE_PCI, "PCI-PCI"},