Symbol: PCIC_BRIDGE
sys/bus/pci/hostb_pci.c
63
if (pci_get_class(dev) == PCIC_BRIDGE &&
sys/bus/pci/isa_pci.c
100
if ((pci_get_class(dev) == PCIC_BRIDGE) &&
sys/bus/pci/pci.c
3506
{PCIC_BRIDGE, -1, "bridge"},
sys/bus/pci/pci.c
3507
{PCIC_BRIDGE, PCIS_BRIDGE_HOST, "HOST-PCI"},
sys/bus/pci/pci.c
3508
{PCIC_BRIDGE, PCIS_BRIDGE_ISA, "PCI-ISA"},
sys/bus/pci/pci.c
3509
{PCIC_BRIDGE, PCIS_BRIDGE_EISA, "PCI-EISA"},
sys/bus/pci/pci.c
3510
{PCIC_BRIDGE, PCIS_BRIDGE_MCA, "PCI-MCA"},
sys/bus/pci/pci.c
3511
{PCIC_BRIDGE, PCIS_BRIDGE_PCI, "PCI-PCI"},
sys/bus/pci/pci.c
3512
{PCIC_BRIDGE, PCIS_BRIDGE_PCMCIA, "PCI-PCMCIA"},
sys/bus/pci/pci.c
3513
{PCIC_BRIDGE, PCIS_BRIDGE_NUBUS, "PCI-NuBus"},
sys/bus/pci/pci.c
3514
{PCIC_BRIDGE, PCIS_BRIDGE_CARDBUS, "PCI-CardBus"},
sys/bus/pci/pci.c
3515
{PCIC_BRIDGE, PCIS_BRIDGE_RACEWAY, "PCI-RACEway"},
sys/bus/pci/pci.c
501
if (cfg->baseclass == PCIC_BRIDGE && cfg->subclass == PCIS_BRIDGE_PCI)
sys/bus/pci/pci_pci.c
126
if ((pci_get_class(dev) == PCIC_BRIDGE) &&
sys/bus/pci/x86_64/mptable_pci.c
201
if ((pci_get_class(dev) != PCIC_BRIDGE) ||
sys/bus/pci/x86_64/pci_bus.c
312
if (class == PCIC_BRIDGE && subclass == PCIS_BRIDGE_HOST)
sys/bus/pci/x86_64/pci_bus.c
686
if ((pci_get_class(dev) != PCIC_BRIDGE) ||
sys/dev/acpica/acpi_pcib_pci.c
93
if (pci_get_class(dev) != PCIC_BRIDGE ||
sys/dev/agp/agp_amd64.c
121
if (pci_cfgregread(0, 11, 0, PCIR_CLASS, 1) != PCIC_BRIDGE ||
sys/dev/agp/agp_amd64.c
134
if (pci_cfgregread(0, 1, 0, PCIR_CLASS, 1) != PCIC_BRIDGE ||
sys/dev/agp/agp_amd64.c
82
if (pci_get_class(dev) != PCIC_BRIDGE ||
sys/dev/agp/agp_sis.c
54
if (pci_get_class(dev) != PCIC_BRIDGE
sys/dev/agp/agp_via.c
64
if (pci_get_class(dev) != PCIC_BRIDGE
sys/dev/disk/nata/chipsets/ata-promise.c
151
if ((idx->cfg2 & PR_SX6K) && pci_get_class(GRANDPARENT(dev))==PCIC_BRIDGE &&
sys/dev/disk/nata/chipsets/ata-promise.c
161
if ((idx->cfg2 & PR_TX4) && pci_get_class(GRANDPARENT(dev))==PCIC_BRIDGE &&
sys/dev/drm/i915/i915_drv.c
268
while ((pch = pci_iterate_class(&di, PCIC_BRIDGE, PCIS_BRIDGE_ISA))) {
sys/dev/pccard/pccbb/pccbb_pci.c
244
if (class == PCIC_BRIDGE && subclass == PCIS_BRIDGE_CARDBUS &&
usr.sbin/pciconf/pciconf.c
555
{PCIC_BRIDGE, -1, "bridge"},
usr.sbin/pciconf/pciconf.c
556
{PCIC_BRIDGE, PCIS_BRIDGE_HOST, "HOST-PCI"},
usr.sbin/pciconf/pciconf.c
557
{PCIC_BRIDGE, PCIS_BRIDGE_ISA, "PCI-ISA"},
usr.sbin/pciconf/pciconf.c
558
{PCIC_BRIDGE, PCIS_BRIDGE_EISA, "PCI-EISA"},
usr.sbin/pciconf/pciconf.c
559
{PCIC_BRIDGE, PCIS_BRIDGE_MCA, "PCI-MCA"},
usr.sbin/pciconf/pciconf.c
560
{PCIC_BRIDGE, PCIS_BRIDGE_PCI, "PCI-PCI"},
usr.sbin/pciconf/pciconf.c
561
{PCIC_BRIDGE, PCIS_BRIDGE_PCMCIA, "PCI-PCMCIA"},
usr.sbin/pciconf/pciconf.c
562
{PCIC_BRIDGE, PCIS_BRIDGE_NUBUS, "PCI-NuBus"},
usr.sbin/pciconf/pciconf.c
563
{PCIC_BRIDGE, PCIS_BRIDGE_CARDBUS, "PCI-CardBus"},
usr.sbin/pciconf/pciconf.c
564
{PCIC_BRIDGE, PCIS_BRIDGE_RACEWAY, "PCI-RACEway"},