Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pcmcia/
Dbcm63xx_pcmcia.c484 .class = PCI_CLASS_BRIDGE_CARDBUS << 8,
493 .class = PCI_CLASS_BRIDGE_CARDBUS << 8,
Dyenta_socket.c1364 .class = PCI_CLASS_BRIDGE_CARDBUS << 8, \
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dpci_32.c96 (*class_code >> 8) != PCI_CLASS_BRIDGE_CARDBUS)) in make_one_node_map()
Dpci_dn.c426 (class >> 8) == PCI_CLASS_BRIDGE_CARDBUS)) in pci_traverse_device_nodes()
/kernel/linux/linux-5.10/arch/mips/pci/
Dops-bcm63xx.c228 data = (PCI_CLASS_BRIDGE_CARDBUS << 16); in fake_cb_bridge_read()
/kernel/linux/linux-5.10/drivers/acpi/
Dpci_irq.c323 if ((bridge->class >> 8) == PCI_CLASS_BRIDGE_CARDBUS) { in acpi_pci_irq_lookup()
/kernel/linux/linux-5.10/arch/arm/kernel/
Dbios32.c307 case PCI_CLASS_BRIDGE_CARDBUS: in pcibios_fixup_bus()
/kernel/linux/linux-5.10/arch/powerpc/platforms/maple/
Dpci.c45 (*class_code >> 8) != PCI_CLASS_BRIDGE_CARDBUS)) in fixup_one_level_bus_range()
/kernel/linux/linux-5.10/drivers/pci/
Dpci.h534 if (dev->class >> 8 == PCI_CLASS_BRIDGE_CARDBUS) in pci_resource_alignment()
Dsetup-bus.c1508 case PCI_CLASS_BRIDGE_CARDBUS: in __pci_bridge_assign_resources()
Dquirks.c1188 PCI_CLASS_BRIDGE_CARDBUS, 8, quirk_cardbus_legacy);
1190 PCI_CLASS_BRIDGE_CARDBUS, 8, quirk_cardbus_legacy);
Dprobe.c1936 if (class != PCI_CLASS_BRIDGE_CARDBUS) in pci_setup_device()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
Dpci.c69 (*class_code >> 8) != PCI_CLASS_BRIDGE_CARDBUS)) in fixup_one_level_bus_range()
/kernel/linux/linux-5.10/include/linux/
Dpci_ids.h64 #define PCI_CLASS_BRIDGE_CARDBUS 0x0607 macro