Searched refs:PCIC_BRIDGE (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_hostbridge.c44 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_BRIDGE);
H A Dpci_lpc.c411 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_BRIDGE);
/freebsd-11-stable/sys/dev/pci/
H A Deisa_pci.c86 if ((pci_get_class(dev) == PCIC_BRIDGE) &&
H A Disa_pci.c110 if ((pci_get_class(dev) == PCIC_BRIDGE) &&
H A Dhostb_pci.c62 if (pci_get_class(dev) == PCIC_BRIDGE &&
H A Dpci.c605 if (cfg->baseclass == PCIC_BRIDGE && cfg->subclass == PCIS_BRIDGE_PCI)
4503 case PCIC_BRIDGE:
4514 case PCIC_BRIDGE:
4806 {PCIC_BRIDGE, -1, 1, "bridge"},
4807 {PCIC_BRIDGE, PCIS_BRIDGE_HOST, 1, "HOST-PCI"},
4808 {PCIC_BRIDGE, PCIS_BRIDGE_ISA, 1, "PCI-ISA"},
4809 {PCIC_BRIDGE, PCIS_BRIDGE_EISA, 1, "PCI-EISA"},
4810 {PCIC_BRIDGE, PCIS_BRIDGE_MCA, 1, "PCI-MCA"},
4811 {PCIC_BRIDGE, PCIS_BRIDGE_PCI, 1, "PCI-PCI"},
4812 {PCIC_BRIDGE, PCIS_BRIDGE_PCMCI
[all...]
/freebsd-11-stable/usr.sbin/pciconf/
H A Dpciconf.c651 {PCIC_BRIDGE, -1, "bridge"},
652 {PCIC_BRIDGE, PCIS_BRIDGE_HOST, "HOST-PCI"},
653 {PCIC_BRIDGE, PCIS_BRIDGE_ISA, "PCI-ISA"},
654 {PCIC_BRIDGE, PCIS_BRIDGE_EISA, "PCI-EISA"},
655 {PCIC_BRIDGE, PCIS_BRIDGE_MCA, "PCI-MCA"},
656 {PCIC_BRIDGE, PCIS_BRIDGE_PCI, "PCI-PCI"},
657 {PCIC_BRIDGE, PCIS_BRIDGE_PCMCIA, "PCI-PCMCIA"},
658 {PCIC_BRIDGE, PCIS_BRIDGE_NUBUS, "PCI-NuBus"},
659 {PCIC_BRIDGE, PCIS_BRIDGE_CARDBUS, "PCI-CardBus"},
660 {PCIC_BRIDGE, PCIS_BRIDGE_RACEWA
[all...]
/freebsd-11-stable/sys/sparc64/pci/
H A Dofw_pcib.c100 if ((pci_get_class(dev) == PCIC_BRIDGE) &&
/freebsd-11-stable/sys/dev/agp/
H A Dagp_apple.c75 if (pci_get_class(dev) != PCIC_BRIDGE
82 if (pci_get_class(dev) != PCIC_BRIDGE
H A Dagp_amd64.c86 if (pci_get_class(dev) != PCIC_BRIDGE ||
125 if (pci_cfgregread(0, 11, 0, PCIR_CLASS, 1) != PCIC_BRIDGE ||
138 if (pci_cfgregread(0, 1, 0, PCIR_CLASS, 1) != PCIC_BRIDGE ||
H A Dagp_ali.c58 if (pci_get_class(dev) != PCIC_BRIDGE
H A Dagp_sis.c58 if (pci_get_class(dev) != PCIC_BRIDGE
H A Dagp_amd.c179 if (pci_get_class(dev) != PCIC_BRIDGE
H A Dagp_ati.c80 if (pci_get_class(dev) != PCIC_BRIDGE ||
H A Dagp_intel.c62 if (pci_get_class(dev) != PCIC_BRIDGE
H A Dagp_via.c68 if (pci_get_class(dev) != PCIC_BRIDGE
H A Dagp_nvidia.c99 if (pci_get_class(dev) != PCIC_BRIDGE ||
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_pcib_pci.c103 if (pci_get_class(dev) != PCIC_BRIDGE ||
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_pcib_pci.c92 if ((pci_get_class(dev) != PCIC_BRIDGE) ||
/freebsd-11-stable/sys/x86/pci/
H A Dpci_bus.c355 if (class == PCIC_BRIDGE && subclass == PCIS_BRIDGE_HOST)
365 if (class == PCIC_BRIDGE && subclass == PCIS_BRIDGE_HOST)
753 if ((pci_get_class(dev) != PCIC_BRIDGE) ||
/freebsd-11-stable/sys/x86/x86/
H A Dmptable_pci.c213 if ((pci_get_class(dev) != PCIC_BRIDGE) ||
/freebsd-11-stable/sys/dev/hme/
H A Dif_hme_pci.c257 if (pci_get_class(children[j]) == PCIC_BRIDGE &&
/freebsd-11-stable/sys/sparc64/ebus/
H A Debus.c262 if (pci_get_class(dev) != PCIC_BRIDGE ||
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-promise.c180 if ((idx->cfg2 & PR_SX6K) && pci_get_class(GRANDPARENT(dev))==PCIC_BRIDGE &&
190 if ((idx->cfg2 & PR_TX4) && pci_get_class(GRANDPARENT(dev))==PCIC_BRIDGE &&
/freebsd-11-stable/sys/dev/pccbb/
H A Dpccbb_pci.c253 if (baseclass == PCIC_BRIDGE &&

Completed in 277 milliseconds

12