Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pcmcia/
Dbcm63xx_pcmcia.c484 .class = PCI_CLASS_BRIDGE_CARDBUS << 8,
493 .class = PCI_CLASS_BRIDGE_CARDBUS << 8,
Dyenta_socket.c1352 .class = PCI_CLASS_BRIDGE_CARDBUS << 8, \
/linux-4.4.14/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.4.14/arch/unicore32/kernel/
Dpci.c212 case PCI_CLASS_BRIDGE_CARDBUS: in pcibios_fixup_bus()
/linux-4.4.14/drivers/pci/
Dsetup-bus.c1234 case PCI_CLASS_BRIDGE_CARDBUS: in __pci_bus_size_bridges()
1250 case PCI_CLASS_BRIDGE_CARDBUS: in __pci_bus_size_bridges()
1409 case PCI_CLASS_BRIDGE_CARDBUS: in __pci_bus_assign_resources()
1447 case PCI_CLASS_BRIDGE_CARDBUS: in __pci_bridge_assign_resources()
Dpci.h318 if (dev->class >> 8 == PCI_CLASS_BRIDGE_CARDBUS) in pci_resource_alignment()
Dquirks.c972 PCI_CLASS_BRIDGE_CARDBUS, 8, quirk_cardbus_legacy);
974 PCI_CLASS_BRIDGE_CARDBUS, 8, quirk_cardbus_legacy);
Dprobe.c1307 if (class != PCI_CLASS_BRIDGE_CARDBUS) in pci_setup_device()
/linux-4.4.14/arch/mips/pci/
Dops-bcm63xx.c228 data = (PCI_CLASS_BRIDGE_CARDBUS << 16); in fake_cb_bridge_read()
/linux-4.4.14/drivers/acpi/
Dpci_irq.c338 if ((bridge->class >> 8) == PCI_CLASS_BRIDGE_CARDBUS) { in acpi_pci_irq_lookup()
/linux-4.4.14/arch/arm/kernel/
Dbios32.c323 case PCI_CLASS_BRIDGE_CARDBUS: in pcibios_fixup_bus()
/linux-4.4.14/arch/powerpc/platforms/maple/
Dpci.c48 (*class_code >> 8) != PCI_CLASS_BRIDGE_CARDBUS)) in fixup_one_level_bus_range()
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dpci.c73 (*class_code >> 8) != PCI_CLASS_BRIDGE_CARDBUS)) in fixup_one_level_bus_range()
/linux-4.4.14/include/linux/
Dpci_ids.h60 #define PCI_CLASS_BRIDGE_CARDBUS 0x0607 macro