Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dsdhci-of-esdhc.c299 .adma_workaround = esdhci_of_adma_workaround,
Dsdhci.h540 void (*adma_workaround)(struct sdhci_host *host, u32 intmask); member
Dsdhci.c2511 if (host->ops->adma_workaround) in sdhci_data_irq()
2512 host->ops->adma_workaround(host, intmask); in sdhci_data_irq()