Searched refs:pci_get_class (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx_pcib.c90 if (pci_get_class(dev) != PCIC_PROCESSOR)
/freebsd-13-stable/sys/amd64/vmm/amd/
H A Damdiommu.c83 if (pci_get_class(dev) != PCIC_BASEPERIPH ||
/freebsd-13-stable/sys/dev/agp/
H A Dagp_apple.c77 if (pci_get_class(dev) != PCIC_BRIDGE
84 if (pci_get_class(dev) != PCIC_BRIDGE
H A Dagp_ali.c60 if (pci_get_class(dev) != PCIC_BRIDGE
H A Dagp_sis.c60 if (pci_get_class(dev) != PCIC_BRIDGE
H A Dagp_amd.c180 if (pci_get_class(dev) != PCIC_BRIDGE
H A Dagp_ati.c81 if (pci_get_class(dev) != PCIC_BRIDGE ||
H A Dagp_intel.c64 if (pci_get_class(dev) != PCIC_BRIDGE
H A Dagp_via.c70 if (pci_get_class(dev) != PCIC_BRIDGE
H A Dagp_amd64.c88 if (pci_get_class(dev) != PCIC_BRIDGE ||
H A Dagp_nvidia.c94 if (pci_get_class(dev) != PCIC_BRIDGE ||
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_pcib_pci.c103 if (pci_get_class(dev) != PCIC_BRIDGE ||
/freebsd-13-stable/sys/dev/ahci/
H A Dahci_generic.c109 if (pci_get_class(dev) == PCIC_STORAGE &&
H A Dahci_pci.c407 if (pci_get_class(dev) == PCIC_BRIDGE)
411 if (pci_get_class(dev) == PCIC_STORAGE &&
415 else if (pci_get_class(dev) == PCIC_STORAGE &&
/freebsd-13-stable/sys/powerpc/ofw/
H A Dofw_pcib_pci.c96 if ((pci_get_class(dev) != PCIC_BRIDGE) ||
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_pci.c521 if (PCIC_SERIALBUS == pci_get_class(dev) &&
526 pci_get_class(dev),
527 pci_get_class(dev));
/freebsd-13-stable/sys/dev/pci/
H A Dvga_pci.c89 if ((pci_get_class(dev) != PCIC_DISPLAY &&
90 (pci_get_class(dev) != PCIC_OLD ||
352 switch (pci_get_class(dev)) {
H A Dhostb_pci.c62 if (pci_get_class(dev) == PCIC_BRIDGE &&
H A Disa_pci.c112 if ((pci_get_class(dev) == PCIC_BRIDGE) &&
/freebsd-13-stable/sys/dev/nvme/
H A Dnvme_pci.c137 if (pci_get_class(device) == PCIC_STORAGE &&
/freebsd-13-stable/sys/dev/ipmi/
H A Dipmi_pci.c189 if (pci_get_class(dev) == PCIC_SERIALBUS &&
/freebsd-13-stable/sys/x86/x86/
H A Dmptable_pci.c215 if ((pci_get_class(dev) != PCIC_BRIDGE) ||
/freebsd-13-stable/sys/dev/ata/chipsets/
H A Data-sis.c110 if (pci_get_class(dev) != PCIC_STORAGE)
/freebsd-13-stable/sys/dev/usb/controller/
H A Dohci_pci.c184 if ((pci_get_class(self) == PCIC_SERIALBUS) &&
H A Duhci_pci.c244 if ((pci_get_class(self) == PCIC_SERIALBUS) &&

Completed in 301 milliseconds

12