Home
last modified time | relevance | path

Searched refs:PCI_CLASS_BRIDGE_PCI (Results 1 – 24 of 24) sorted by relevance

/linux-2.4.37.9/arch/i386/kernel/
Dearlyquirk.c40 if ((class >> 16) != PCI_CLASS_BRIDGE_PCI) in check_acpi_pci()
Dpci-pc.c1329 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI && in pci_fixup_transparent_bridge()
/linux-2.4.37.9/arch/parisc/kernel/
Dpci.c301 if (dev && (dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pcibios_init_bus()
497 if (bus->self && (bus->self->class >> 8) == PCI_CLASS_BRIDGE_PCI) in pcibios_enable_ppb()
Dlba_pci.c798 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) in lba_fixup_bus()
/linux-2.4.37.9/drivers/pci/
Dsetup-bus.c95 if (!bridge || (bridge->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_setup_bridge()
179 if (!bridge || (bridge->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_bridge_check_ranges()
Dpci.c1401 if (class == PCI_CLASS_BRIDGE_PCI) in pci_setup_device()
1410 if (class != PCI_CLASS_BRIDGE_PCI) in pci_setup_device()
/linux-2.4.37.9/arch/alpha/kernel/
Dpci.c297 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
306 if ((dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pcibios_fixup_bus()
/linux-2.4.37.9/arch/ppc/kernel/
Dpci_auto.c426 if ( (pci_class >> 16) == PCI_CLASS_BRIDGE_PCI ) { in pciauto_bus_scan()
Dpci.c732 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in make_one_node_map()
804 if ((!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in scan_OF_pci_childs()
1143 if (dev->class >> 8 == PCI_CLASS_BRIDGE_PCI in check_for_io_childs()
1199 (d->class >> 8) == PCI_CLASS_BRIDGE_PCI && in do_fixup_p2p_level()
/linux-2.4.37.9/drivers/gsc/
Ddino.c511 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in dino_card_fixup()
570 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) in dino_fixup_bus()
/linux-2.4.37.9/drivers/hotplug/
Dibmphp_pci.c178 if (class != PCI_CLASS_BRIDGE_PCI) { in ibmphp_configure_card()
248 if (class != PCI_CLASS_BRIDGE_PCI) { in ibmphp_configure_card()
1523 if (class != PCI_CLASS_BRIDGE_PCI) { in unconfigure_boot_card()
1539 if (class != PCI_CLASS_BRIDGE_PCI) { in unconfigure_boot_card()
Dpci_hotplug_util.c335 case PCI_CLASS_BRIDGE_PCI: in pci_visit_dev()
Dpciehp_core.c636 class: ((PCI_CLASS_BRIDGE_PCI << 8) | 0x00),
Dshpchp_core.c631 .class = ((PCI_CLASS_BRIDGE_PCI << 8) | 0x00),
/linux-2.4.37.9/arch/mips/pci/
Dpci_auto.c427 if ((pci_class >> 16) == PCI_CLASS_BRIDGE_PCI) { in pciauto_bus_scan()
/linux-2.4.37.9/arch/sparc64/kernel/
Dpci_common.c549 if (((pdev->class >> 8) == PCI_CLASS_BRIDGE_PCI) || in pdev_assign_unassigned()
556 if ((pdev->class >> 8) == PCI_CLASS_BRIDGE_PCI) in pdev_assign_unassigned()
Dpci_psycho.c1239 if ((class >> 16) == PCI_CLASS_BRIDGE_PCI) { in pbm_pci_bridge_renumber()
/linux-2.4.37.9/arch/sh64/kernel/
Dpci_sh5.c490 if (dev->class >> 8 == PCI_CLASS_BRIDGE_PCI) in pcibios_size_bridge()
/linux-2.4.37.9/arch/sh/kernel/
Dpci_st40.c603 if ((dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pcibios_fixup_bus()
/linux-2.4.37.9/arch/ppc/platforms/
Dpmac_pci.c57 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in fixup_one_level_bus_range()
/linux-2.4.37.9/arch/ppc64/kernel/
DpSeries_pci.c183 …*returnval = (class_code ? PCI_CLASS_BRIDGE_PCI : PCI_CLASS_BRIDGE_HOST) << 16; /* revs are zero */ in rtas_fake_read()
/linux-2.4.37.9/drivers/pcmcia/
Di82092.c169 parent && (parent->class>>8) == PCI_CLASS_BRIDGE_PCI; in i82092aa_pci_probe()
/linux-2.4.37.9/include/linux/
Dpci_ids.h49 #define PCI_CLASS_BRIDGE_PCI 0x0604 macro
/linux-2.4.37.9/arch/x86_64/kernel/
Dio_apic.c251 if ((class >> 16) != PCI_CLASS_BRIDGE_PCI) in check_ioapic()