Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-iproc.c16 struct sdhci_iproc_data { struct
25 const struct sdhci_iproc_data *data; argument
213 static const struct sdhci_iproc_data iproc_cygnus_data = {
237 static const struct sdhci_iproc_data iproc_data = {
260 static const struct sdhci_iproc_data bcm2835_data = {
293 static const struct sdhci_iproc_data bcm2711_data = {
306 static const struct sdhci_iproc_data bcm7211a0_data = {
344 static const struct sdhci_iproc_data bcm_arasan_data = {
361 const struct sdhci_iproc_data *iproc_data = NULL; in sdhci_iproc_probe()