Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci/
H A Dpci_ids.h69 #define PCI_CLASS_BRIDGE_CARDBUS 0x0607 macro
/openbmc/linux/drivers/pcmcia/
H A Dbcm63xx_pcmcia.c485 .class = PCI_CLASS_BRIDGE_CARDBUS << 8,
494 .class = PCI_CLASS_BRIDGE_CARDBUS << 8,
H A Dyenta_socket.c1361 .class = PCI_CLASS_BRIDGE_CARDBUS << 8, \
/openbmc/linux/arch/powerpc/kernel/
H A Dpci_32.c95 (*class_code >> 8) != PCI_CLASS_BRIDGE_CARDBUS)) in make_one_node_map()
H A Dpci_dn.c427 (class >> 8) == PCI_CLASS_BRIDGE_CARDBUS)) in pci_traverse_device_nodes()
/openbmc/u-boot/drivers/pci/
H A Dpci_auto.c347 case PCI_CLASS_BRIDGE_CARDBUS: in dm_pciauto_config_device()
H A Dpci_auto_old.c359 case PCI_CLASS_BRIDGE_CARDBUS: in pciauto_config_device()
/openbmc/linux/drivers/acpi/
H A Dpci_irq.c315 if ((bridge->class >> 8) == PCI_CLASS_BRIDGE_CARDBUS) { in acpi_pci_irq_lookup()
/openbmc/linux/arch/mips/pci/
H A Dops-bcm63xx.c228 data = (PCI_CLASS_BRIDGE_CARDBUS << 16); in fake_cb_bridge_read()
/openbmc/linux/arch/arm/kernel/
H A Dbios32.c305 case PCI_CLASS_BRIDGE_CARDBUS: in pcibios_fixup_bus()
/openbmc/linux/arch/powerpc/platforms/maple/
H A Dpci.c45 (*class_code >> 8) != PCI_CLASS_BRIDGE_CARDBUS)) in fixup_one_level_bus_range()
/openbmc/linux/drivers/pci/
H A Dpci.h523 if (dev->class >> 8 == PCI_CLASS_BRIDGE_CARDBUS) in pci_resource_alignment()
H A Dsetup-bus.c1499 case PCI_CLASS_BRIDGE_CARDBUS: in __pci_bridge_assign_resources()
H A Dquirks.c1286 PCI_CLASS_BRIDGE_CARDBUS, 8, quirk_cardbus_legacy);
1288 PCI_CLASS_BRIDGE_CARDBUS, 8, quirk_cardbus_legacy);
H A Dprobe.c1980 if (class != PCI_CLASS_BRIDGE_CARDBUS) in pci_setup_device()
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dpci.c70 (*class_code >> 8) != PCI_CLASS_BRIDGE_CARDBUS)) in fixup_one_level_bus_range()
/openbmc/u-boot/include/
H A Dpci_ids.h60 #define PCI_CLASS_BRIDGE_CARDBUS 0x0607 macro
/openbmc/linux/include/linux/
H A Dpci_ids.h67 #define PCI_CLASS_BRIDGE_CARDBUS 0x0607 macro
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c1023 { PCI_CLASS_BRIDGE_CARDBUS, "cardbus", NULL },