Home
last modified time | relevance | path

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

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