Home
last modified time | relevance | path

Searched refs:PCI_CLASS_SYSTEM_SDHCI (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/sd/
H A Dsdhci-pci.c65 k->class_id = PCI_CLASS_SYSTEM_SDHCI; in sdhci_pci_class_init()
/openbmc/u-boot/drivers/mmc/
H A Dpci_mmc.c65 { PCI_DEVICE_CLASS(PCI_CLASS_SYSTEM_SDHCI << 8, 0xffff00) },
/openbmc/qemu/include/hw/pci/
H A Dpci_ids.h92 #define PCI_CLASS_SYSTEM_SDHCI 0x0805 macro
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-pci.h89 #define SYSTEM_SDHCI (PCI_CLASS_SYSTEM_SDHCI << 8)
H A Dsdhci-pci-core.c1961 if (((pdev->class & 0xFFFF00) == (PCI_CLASS_SYSTEM_SDHCI << 8)) && in sdhci_pci_enable_dma()
/openbmc/u-boot/include/
H A Dpci_ids.h79 #define PCI_CLASS_SYSTEM_SDHCI 0x0805 macro
/openbmc/linux/include/linux/
H A Dpci_ids.h89 #define PCI_CLASS_SYSTEM_SDHCI 0x0805 macro
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c1052 { PCI_CLASS_SYSTEM_SDHCI, "sd-host-controller", NULL },