Home
last modified time | relevance | path

Searched refs:SDHCI_PCI_DEVICE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/mmc/host/
H A Dsdhci-pci-core.c1870 SDHCI_PCI_DEVICE(RICOH, R5C822, ricoh),
1871 SDHCI_PCI_DEVICE(RICOH, R5C843, ricoh_mmc),
1872 SDHCI_PCI_DEVICE(RICOH, R5CE822, ricoh_mmc),
1873 SDHCI_PCI_DEVICE(RICOH, R5CE823, ricoh_mmc),
1874 SDHCI_PCI_DEVICE(ENE, CB712_SD, ene_712),
1875 SDHCI_PCI_DEVICE(ENE, CB712_SD_2, ene_712),
1876 SDHCI_PCI_DEVICE(ENE, CB714_SD, ene_714),
1877 SDHCI_PCI_DEVICE(ENE, CB714_SD_2, ene_714),
1878 SDHCI_PCI_DEVICE(MARVELL, 88ALP01_SD, cafe),
1879 SDHCI_PCI_DEVICE(JMICRON, JMB38X_SD, jmicron),
[all …]
H A Dsdhci-pci.h100 #define SDHCI_PCI_DEVICE(vend, dev, cfg) { \ macro