Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pcmcia/
Dbcm63xx_pcmcia.c485 .class = PCI_CLASS_BRIDGE_CARDBUS << 8,
494 .class = PCI_CLASS_BRIDGE_CARDBUS << 8,
Dyenta_socket.c1361 .class = PCI_CLASS_BRIDGE_CARDBUS << 8, \
/linux-6.1.9/arch/powerpc/kernel/
Dpci_32.c95 (*class_code >> 8) != PCI_CLASS_BRIDGE_CARDBUS)) in make_one_node_map()
Dpci_dn.c427 (class >> 8) == PCI_CLASS_BRIDGE_CARDBUS)) in pci_traverse_device_nodes()
/linux-6.1.9/drivers/acpi/
Dpci_irq.c315 if ((bridge->class >> 8) == PCI_CLASS_BRIDGE_CARDBUS) { in acpi_pci_irq_lookup()
/linux-6.1.9/arch/mips/pci/
Dops-bcm63xx.c228 data = (PCI_CLASS_BRIDGE_CARDBUS << 16); in fake_cb_bridge_read()
/linux-6.1.9/arch/arm/kernel/
Dbios32.c307 case PCI_CLASS_BRIDGE_CARDBUS: in pcibios_fixup_bus()
/linux-6.1.9/arch/powerpc/platforms/maple/
Dpci.c45 (*class_code >> 8) != PCI_CLASS_BRIDGE_CARDBUS)) in fixup_one_level_bus_range()
/linux-6.1.9/drivers/pci/
Dpci.h532 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.c1186 PCI_CLASS_BRIDGE_CARDBUS, 8, quirk_cardbus_legacy);
1188 PCI_CLASS_BRIDGE_CARDBUS, 8, quirk_cardbus_legacy);
Dprobe.c1966 if (class != PCI_CLASS_BRIDGE_CARDBUS) in pci_setup_device()
/linux-6.1.9/arch/powerpc/platforms/powermac/
Dpci.c70 (*class_code >> 8) != PCI_CLASS_BRIDGE_CARDBUS)) in fixup_one_level_bus_range()
/linux-6.1.9/include/linux/
Dpci_ids.h67 #define PCI_CLASS_BRIDGE_CARDBUS 0x0607 macro