Home
last modified time | relevance | path

Searched refs:PCI_CLASS_BRIDGE_CARDBUS (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/drivers/pcmcia/
Dbcm63xx_pcmcia.c484 .class = PCI_CLASS_BRIDGE_CARDBUS << 8,
493 .class = PCI_CLASS_BRIDGE_CARDBUS << 8,
Dyenta_socket.c1348 .class = PCI_CLASS_BRIDGE_CARDBUS << 8, \
/linux-4.1.27/arch/powerpc/kernel/
Dpci_32.c92 (*class_code >> 8) != PCI_CLASS_BRIDGE_CARDBUS)) in make_one_node_map()
Dpci_dn.c359 (class >> 8) == PCI_CLASS_BRIDGE_CARDBUS)) in traverse_pci_devices()
/linux-4.1.27/drivers/pci/
Dpci.h304 if (dev->class >> 8 == PCI_CLASS_BRIDGE_CARDBUS) in pci_resource_alignment()
Dsetup-bus.c1233 case PCI_CLASS_BRIDGE_CARDBUS: in __pci_bus_size_bridges()
1249 case PCI_CLASS_BRIDGE_CARDBUS: in __pci_bus_size_bridges()
1365 case PCI_CLASS_BRIDGE_CARDBUS: in __pci_bus_assign_resources()
1403 case PCI_CLASS_BRIDGE_CARDBUS: in __pci_bridge_assign_resources()
Dquirks.c978 PCI_CLASS_BRIDGE_CARDBUS, 8, quirk_cardbus_legacy);
980 PCI_CLASS_BRIDGE_CARDBUS, 8, quirk_cardbus_legacy);
Dprobe.c1251 if (class != PCI_CLASS_BRIDGE_CARDBUS) in pci_setup_device()
/linux-4.1.27/arch/unicore32/kernel/
Dpci.c212 case PCI_CLASS_BRIDGE_CARDBUS: in pcibios_fixup_bus()
/linux-4.1.27/arch/mips/pci/
Dops-bcm63xx.c228 data = (PCI_CLASS_BRIDGE_CARDBUS << 16); in fake_cb_bridge_read()
/linux-4.1.27/drivers/acpi/
Dpci_irq.c343 if ((bridge->class >> 8) == PCI_CLASS_BRIDGE_CARDBUS) { in acpi_pci_irq_lookup()
/linux-4.1.27/arch/arm/kernel/
Dbios32.c332 case PCI_CLASS_BRIDGE_CARDBUS: in pcibios_fixup_bus()
/linux-4.1.27/arch/powerpc/platforms/maple/
Dpci.c48 (*class_code >> 8) != PCI_CLASS_BRIDGE_CARDBUS)) in fixup_one_level_bus_range()
/linux-4.1.27/arch/powerpc/platforms/powermac/
Dpci.c73 (*class_code >> 8) != PCI_CLASS_BRIDGE_CARDBUS)) in fixup_one_level_bus_range()
/linux-4.1.27/include/linux/
Dpci_ids.h60 #define PCI_CLASS_BRIDGE_CARDBUS 0x0607 macro