Searched refs:PCI_CLASS_BRIDGE_CARDBUS (Results 1 – 19 of 19) sorted by relevance
/openbmc/qemu/include/hw/pci/ |
H A D | pci_ids.h | 69 #define PCI_CLASS_BRIDGE_CARDBUS 0x0607 macro
|
/openbmc/linux/drivers/pcmcia/ |
H A D | bcm63xx_pcmcia.c | 485 .class = PCI_CLASS_BRIDGE_CARDBUS << 8, 494 .class = PCI_CLASS_BRIDGE_CARDBUS << 8,
|
H A D | yenta_socket.c | 1361 .class = PCI_CLASS_BRIDGE_CARDBUS << 8, \
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | pci_32.c | 95 (*class_code >> 8) != PCI_CLASS_BRIDGE_CARDBUS)) in make_one_node_map()
|
H A D | pci_dn.c | 427 (class >> 8) == PCI_CLASS_BRIDGE_CARDBUS)) in pci_traverse_device_nodes()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci_auto.c | 347 case PCI_CLASS_BRIDGE_CARDBUS: in dm_pciauto_config_device()
|
H A D | pci_auto_old.c | 359 case PCI_CLASS_BRIDGE_CARDBUS: in pciauto_config_device()
|
/openbmc/linux/drivers/acpi/ |
H A D | pci_irq.c | 315 if ((bridge->class >> 8) == PCI_CLASS_BRIDGE_CARDBUS) { in acpi_pci_irq_lookup()
|
/openbmc/linux/arch/mips/pci/ |
H A D | ops-bcm63xx.c | 228 data = (PCI_CLASS_BRIDGE_CARDBUS << 16); in fake_cb_bridge_read()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | bios32.c | 305 case PCI_CLASS_BRIDGE_CARDBUS: in pcibios_fixup_bus()
|
/openbmc/linux/arch/powerpc/platforms/maple/ |
H A D | pci.c | 45 (*class_code >> 8) != PCI_CLASS_BRIDGE_CARDBUS)) in fixup_one_level_bus_range()
|
/openbmc/linux/drivers/pci/ |
H A D | pci.h | 523 if (dev->class >> 8 == PCI_CLASS_BRIDGE_CARDBUS) in pci_resource_alignment()
|
H A D | setup-bus.c | 1499 case PCI_CLASS_BRIDGE_CARDBUS: in __pci_bridge_assign_resources()
|
H A D | quirks.c | 1299 PCI_CLASS_BRIDGE_CARDBUS, 8, quirk_cardbus_legacy); 1301 PCI_CLASS_BRIDGE_CARDBUS, 8, quirk_cardbus_legacy);
|
H A D | probe.c | 1980 if (class != PCI_CLASS_BRIDGE_CARDBUS) in pci_setup_device()
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | pci.c | 70 (*class_code >> 8) != PCI_CLASS_BRIDGE_CARDBUS)) in fixup_one_level_bus_range()
|
/openbmc/u-boot/include/ |
H A D | pci_ids.h | 60 #define PCI_CLASS_BRIDGE_CARDBUS 0x0607 macro
|
/openbmc/linux/include/linux/ |
H A D | pci_ids.h | 67 #define PCI_CLASS_BRIDGE_CARDBUS 0x0607 macro
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_pci.c | 1023 { PCI_CLASS_BRIDGE_CARDBUS, "cardbus", NULL },
|