HomeSort by: relevance | last modified time | path
    Searched refs:PCI_VENDOR_INVALID (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/arch/x86/pci/
pci_bus_fixup.c 82 if (PCI_VENDOR(reg) == PCI_VENDOR_INVALID)
103 if (PCI_VENDOR(reg) == PCI_VENDOR_INVALID)
pci_machdep.c 205 _qe(0, 0, 0, PCI_VENDOR_INVALID, 0x0000), /* patchable */
814 if (PCI_VENDOR(pcim1_quirk_tbl[i].id) == PCI_VENDOR_INVALID)
919 if (PCI_VENDOR(id) == PCI_VENDOR_INVALID)
941 if (PCI_VENDOR(id) == PCI_VENDOR_INVALID)
  /src/sys/arch/sandpoint/stand/altboot/
pci.c 165 if (PCI_VENDOR(pciid) == PCI_VENDOR_INVALID)
173 if (PCI_VENDOR(pciid) == PCI_VENDOR_INVALID)
351 if (PCI_VENDOR(pciid) == PCI_VENDOR_INVALID)
368 if (PCI_VENDOR(pciid) == PCI_VENDOR_INVALID)
globals.h 101 #define PCI_VENDOR_INVALID 0xffff
  /src/sys/dev/cardbus/
njata_cardbus.c 92 { PCI_VENDOR_INVALID, 0,
102 p->p_vendor != PCI_VENDOR_INVALID; p++) {
cardbus.c 521 if (PCI_VENDOR(id) == PCI_VENDOR_INVALID) {
  /src/sys/arch/evbarm/iq80310/
iq80310_pci.c 170 if (PCI_VENDOR(reg) == PCI_VENDOR_INVALID ||
  /src/sys/dev/pci/
puccn.c 113 if (PCI_VENDOR(reg) == PCI_VENDOR_INVALID
pci.c 316 if (PCI_VENDOR(id) == PCI_VENDOR_INVALID)
802 if (PCI_VENDOR(id) == PCI_VENDOR_INVALID)
pciconf.c 340 if (PCI_VENDOR(id) == PCI_VENDOR_INVALID)
348 if (PCI_VENDOR(id) == PCI_VENDOR_INVALID)
pci_resource.c 589 if (PCI_VENDOR(id) == PCI_VENDOR_INVALID) {
pcidevs.h 706 #define PCI_VENDOR_INVALID 0xffff /* INVALID VENDOR ID */
pcidevs_data.h 684 PCI_VENDOR_INVALID, 5703, 5711, 5718, 0,
    [all...]
  /src/sys/arch/i386/pci/
pci_intr_fixup.c 828 if (PCI_VENDOR(icuid) == PCI_VENDOR_INVALID)
850 if (PCI_VENDOR(icuid) == PCI_VENDOR_INVALID)
  /src/usr.sbin/pcictl/
pcictl.c 414 if (PCI_VENDOR(id) == PCI_VENDOR_INVALID)
  /src/sys/dev/acpi/
acpi_pci.c 340 if (PCI_VENDOR(val) == PCI_VENDOR_INVALID ||
acpi_display.c 499 if (PCI_VENDOR(id) == PCI_VENDOR_INVALID || PCI_VENDOR(id) == 0)
  /src/sys/arch/arc/pci/
necpb.c 223 if (PCI_VENDOR(id) == PCI_VENDOR_INVALID)
  /src/sys/arch/alpha/pci/
sio_pic.c 212 if (PCI_VENDOR(id) == PCI_VENDOR_INVALID)
  /src/sys/arch/sparc/sparc/
pci_fixup.c 338 if (PCI_VENDOR(val) == PCI_VENDOR_INVALID) {

Completed in 75 milliseconds