Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pcmcia/
Dbcm63xx_pcmcia.c484 .class = PCI_CLASS_BRIDGE_CARDBUS << 8,
493 .class = PCI_CLASS_BRIDGE_CARDBUS << 8,
Dyenta_socket.c1353 .class = PCI_CLASS_BRIDGE_CARDBUS << 8, \
/Linux-v5.4/arch/powerpc/kernel/
Dpci_32.c96 (*class_code >> 8) != PCI_CLASS_BRIDGE_CARDBUS)) in make_one_node_map()
Dpci_dn.c408 (class >> 8) == PCI_CLASS_BRIDGE_CARDBUS)) in pci_traverse_device_nodes()
/Linux-v5.4/arch/unicore32/kernel/
Dpci.c208 case PCI_CLASS_BRIDGE_CARDBUS: in pcibios_fixup_bus()
/Linux-v5.4/drivers/acpi/
Dpci_irq.c323 if ((bridge->class >> 8) == PCI_CLASS_BRIDGE_CARDBUS) { in acpi_pci_irq_lookup()
/Linux-v5.4/arch/mips/pci/
Dops-bcm63xx.c228 data = (PCI_CLASS_BRIDGE_CARDBUS << 16); in fake_cb_bridge_read()
/Linux-v5.4/arch/arm/kernel/
Dbios32.c324 case PCI_CLASS_BRIDGE_CARDBUS: in pcibios_fixup_bus()
/Linux-v5.4/arch/powerpc/platforms/maple/
Dpci.c45 (*class_code >> 8) != PCI_CLASS_BRIDGE_CARDBUS)) in fixup_one_level_bus_range()
/Linux-v5.4/drivers/pci/
Dpci.h501 if (dev->class >> 8 == PCI_CLASS_BRIDGE_CARDBUS) in pci_resource_alignment()
Dsetup-bus.c1470 case PCI_CLASS_BRIDGE_CARDBUS: in __pci_bridge_assign_resources()
Dquirks.c1187 PCI_CLASS_BRIDGE_CARDBUS, 8, quirk_cardbus_legacy);
1189 PCI_CLASS_BRIDGE_CARDBUS, 8, quirk_cardbus_legacy);
Dprobe.c1857 if (class != PCI_CLASS_BRIDGE_CARDBUS) in pci_setup_device()
/Linux-v5.4/arch/powerpc/platforms/powermac/
Dpci.c69 (*class_code >> 8) != PCI_CLASS_BRIDGE_CARDBUS)) in fixup_one_level_bus_range()
/Linux-v5.4/include/linux/
Dpci_ids.h64 #define PCI_CLASS_BRIDGE_CARDBUS 0x0607 macro