Home
last modified time | relevance | path

Searched refs:PCIS_BRIDGE_HOST (Results 1 – 15 of 15) sorted by relevance

/freebsd-14-stable/sys/dev/agp/
HDagp_apple.c76 || pci_get_subclass(dev) != PCIS_BRIDGE_HOST) in agp_apple_probe()
83 || pci_get_subclass(dev) != PCIS_BRIDGE_HOST) in agp_apple_probe()
HDagp_sis.c59 || pci_get_subclass(dev) != PCIS_BRIDGE_HOST) in agp_sis_match()
HDagp_ali.c59 || pci_get_subclass(dev) != PCIS_BRIDGE_HOST) in agp_ali_match()
HDagp_intel.c63 || pci_get_subclass(dev) != PCIS_BRIDGE_HOST) in agp_intel_match()
HDagp_via.c69 || pci_get_subclass(dev) != PCIS_BRIDGE_HOST) in agp_via_match()
HDagp_ati.c80 pci_get_subclass(dev) != PCIS_BRIDGE_HOST) in agp_ati_match()
HDagp_amd.c177 || pci_get_subclass(dev) != PCIS_BRIDGE_HOST) in agp_amd_match()
HDagp_nvidia.c93 pci_get_subclass(dev) != PCIS_BRIDGE_HOST || in agp_nvidia_match()
HDagp_amd64.c84 pci_get_subclass(dev) != PCIS_BRIDGE_HOST || in agp_amd64_match()
/freebsd-14-stable/usr.sbin/bhyve/
HDpci_hostbridge.c61 pci_set_cfgdata8(pi, PCIR_SUBCLASS, PCIS_BRIDGE_HOST); in pci_hostbridge_init()
/freebsd-14-stable/sys/x86/pci/
HDpci_bus.c355 if (class == PCIC_BRIDGE && subclass == PCIS_BRIDGE_HOST) in legacy_pcib_is_host_bridge()
365 if (class == PCIC_BRIDGE && subclass == PCIS_BRIDGE_HOST) in legacy_pcib_is_host_bridge()
/freebsd-14-stable/sys/dev/pci/
HDhostb_pci.c61 pci_get_subclass(dev) == PCIS_BRIDGE_HOST) { in pci_hostb_probe()
HDpcireg.h389 #define PCIS_BRIDGE_HOST 0x00 macro
HDpci.c5049 {PCIC_BRIDGE, PCIS_BRIDGE_HOST, 1, "HOST-PCI"},
/freebsd-14-stable/usr.sbin/pciconf/
HDpciconf.c687 {PCIC_BRIDGE, PCIS_BRIDGE_HOST, "HOST-PCI"},