aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mfd/tmio.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h
index adcb0cdb2fdb..90436d523e5e 100644
--- a/include/linux/mfd/tmio.h
+++ b/include/linux/mfd/tmio.h
@@ -99,6 +99,11 @@
99 */ 99 */
100#define TMIO_MMC_HAVE_CTL_DMA_REG (1 << 9) 100#define TMIO_MMC_HAVE_CTL_DMA_REG (1 << 9)
101 101
102/*
103 * Some controllers allows to set SDx actual clock
104 */
105#define TMIO_MMC_CLK_ACTUAL (1 << 10)
106
102int tmio_core_mmc_enable(void __iomem *cnf, int shift, unsigned long base); 107int tmio_core_mmc_enable(void __iomem *cnf, int shift, unsigned long base);
103int tmio_core_mmc_resume(void __iomem *cnf, int shift, unsigned long base); 108int tmio_core_mmc_resume(void __iomem *cnf, int shift, unsigned long base);
104void tmio_core_mmc_pwr(void __iomem *cnf, int shift, int state); 109void tmio_core_mmc_pwr(void __iomem *cnf, int shift, int state);