Home
last modified time | relevance | path

Searched refs:pci_get_class (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/sys/dev/agp/
H A Dagp_apple.c74 if (pci_get_class(dev) != PCIC_BRIDGE in agp_apple_probe()
81 if (pci_get_class(dev) != PCIC_BRIDGE in agp_apple_probe()
H A Dagp_sis.c57 if (pci_get_class(dev) != PCIC_BRIDGE in agp_sis_match()
H A Dagp_ali.c57 if (pci_get_class(dev) != PCIC_BRIDGE in agp_ali_match()
H A Dagp_intel.c61 if (pci_get_class(dev) != PCIC_BRIDGE in agp_intel_match()
H A Dagp_via.c67 if (pci_get_class(dev) != PCIC_BRIDGE in agp_via_match()
H A Dagp_ati.c78 if (pci_get_class(dev) != PCIC_BRIDGE || in agp_ati_match()
H A Dagp_amd.c175 if (pci_get_class(dev) != PCIC_BRIDGE in agp_amd_match()
/freebsd/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx_pcib.c87 if (pci_get_class(dev) != PCIC_PROCESSOR) in fsl_pcib_rc_probe()
/freebsd/sys/dev/ahci/
H A Dahci_pci.c413 if (pci_get_class(dev) == PCIC_BRIDGE) in ahci_probe()
417 if (pci_get_class(dev) == PCIC_STORAGE && in ahci_probe()
421 else if (pci_get_class(dev) == PCIC_STORAGE && in ahci_probe()
/freebsd/usr.sbin/fwget/pci/
H A Dpci28 pci_get_class()
87 class=$(pci_get_class "${fulldevice}")
/freebsd/sys/dev/pci/
H A Dvga_pci.c87 if ((pci_get_class(dev) != PCIC_DISPLAY && in vga_pci_is_boot_display()
88 (pci_get_class(dev) != PCIC_OLD || in vga_pci_is_boot_display()
347 switch (pci_get_class(dev)) { in vga_pci_probe()
H A Disa_pci.c110 if ((pci_get_class(dev) == PCIC_BRIDGE) && in isab_pci_probe()
H A Dhostb_pci.c59 if (pci_get_class(dev) == PCIC_BRIDGE && in pci_hostb_probe()
/freebsd/sys/powerpc/ofw/
H A Dofw_pcib_pci.c90 if ((pci_get_class(dev) != PCIC_BRIDGE) || in ofw_pcib_pci_probe()
/freebsd/sys/dev/acpica/
H A Dacpi_pcib_pci.c99 if (pci_get_class(dev) != PCIC_BRIDGE || in acpi_pcib_pci_probe()
/freebsd/sys/amd64/vmm/amd/
H A Damdviiommu.c80 if (pci_get_class(dev) != PCIC_BASEPERIPH || in amdviiommu_probe()
/freebsd/sys/dev/ocs_fc/
H A Docs_pci.c573 if (PCIC_SERIALBUS == pci_get_class(dev) && in ocs_pci_attach()
578 pci_get_class(dev), in ocs_pci_attach()
579 pci_get_class(dev)); in ocs_pci_attach()
/freebsd/sys/x86/x86/
H A Dmptable_pci.c193 if ((pci_get_class(dev) != PCIC_BRIDGE) || in mptable_pcib_probe()
/freebsd/sys/dev/ipmi/
H A Dipmi_pci.c189 if (pci_get_class(dev) == PCIC_SERIALBUS && in ipmi2_pci_probe()
/freebsd/sys/dev/uart/
H A Duart_bus_pci.c296 if (pci_get_class(dev) == PCIC_SIMPLECOMM && in uart_pci_probe()
/freebsd/sys/dev/usb/controller/
H A Duhci_pci.c261 if ((pci_get_class(self) == PCIC_SERIALBUS) && in uhci_pci_match()
H A Dohci_pci.c181 if ((pci_get_class(self) == PCIC_SERIALBUS) && in ohci_pci_match()
H A Dehci_pci.c237 if ((pci_get_class(self) == PCIC_SERIALBUS) in ehci_pci_match()
/freebsd/sys/dev/nvme/
H A Dnvme_pci.c140 if (pci_get_class(device) == PCIC_STORAGE && in nvme_pci_probe()
/freebsd/sys/dev/firewire/
H A Dfwohci_pci.c188 if (pci_get_class(dev) == PCIC_SERIALBUS in fwohci_pci_probe()

12