Searched refs:PCI_CLASS_BRIDGE_PCI (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dfixup-sb1250.c30 dev->class = PCI_CLASS_BRIDGE_PCI << 8;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dpcihp_slot.c73 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) {
163 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI)))
H A Dshpchp_core.c347 {PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0)},
H A Dibmphp_pci.c181 if (class != PCI_CLASS_BRIDGE_PCI) {
249 if (class != PCI_CLASS_BRIDGE_PCI) {
1515 if (class != PCI_CLASS_BRIDGE_PCI) {
1531 if (class != PCI_CLASS_BRIDGE_PCI) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dearly-quirks.c214 PCI_CLASS_BRIDGE_PCI, PCI_ANY_ID, QFLAG_APPLY_ONCE, nvidia_bugs },
216 PCI_CLASS_BRIDGE_PCI, PCI_ANY_ID, QFLAG_APPLY_ONCE, via_bugs },
H A Dpci-dma.c319 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI && forbid_dac == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dpci_dn.c101 if (dn->child && ((class >> 8) == PCI_CLASS_BRIDGE_PCI ||
H A Dpci_32.c109 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI &&
192 if ((!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/chip/
H A Dmac_pci.h59 #if !defined(PCI_CLASS_BRIDGE_PCI)
60 #define PCI_CLASS_BRIDGE_PCI 0x0604 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/pci/
H A Dpci_32.c67 ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI &&
151 ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dsetup-bus.c618 case PCI_CLASS_BRIDGE_PCI:
634 case PCI_CLASS_BRIDGE_PCI:
675 case PCI_CLASS_BRIDGE_PCI:
712 case PCI_CLASS_BRIDGE_PCI:
790 if ((dev->class >> 8) != PCI_CLASS_BRIDGE_PCI)
801 if ((bus->self->class >> 8) != PCI_CLASS_BRIDGE_PCI)
H A Dprobe.c981 if (class == PCI_CLASS_BRIDGE_PCI)
1017 if (class != PCI_CLASS_BRIDGE_PCI)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dpci.c305 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) {
312 if ((dev->class >> 8) != PCI_CLASS_BRIDGE_PCI)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/pcie/
H A Dportdrv_pci.c278 PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dpci.c186 if (!dev || (dev->class >> 8) != PCI_CLASS_BRIDGE_PCI)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/lib/
H A Dpci-auto.c288 if ((pci_class >> 16) == PCI_CLASS_BRIDGE_PCI) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dmsi.c246 if ((class >> 8) != PCI_CLASS_BRIDGE_PCI)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/pci/
H A Dfixup.c167 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/maple/
H A Dpci.c48 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/pci/
H A Dpci.c172 if ((dev->class >> 8) != PCI_CLASS_BRIDGE_PCI)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Ddino.c526 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) {
634 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dfsl_pci.c45 dev->class = PCI_CLASS_BRIDGE_PCI << 8;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dbios32.c399 case PCI_CLASS_BRIDGE_PCI:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dpci_main_dev.c843 if ((reg16 == PCI_CLASS_BRIDGE_PCI)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dpci.c68 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI &&

Completed in 187 milliseconds

12