diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mfd/tmio.h | 5 |
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 | |||
| 102 | int tmio_core_mmc_enable(void __iomem *cnf, int shift, unsigned long base); | 107 | int tmio_core_mmc_enable(void __iomem *cnf, int shift, unsigned long base); |
| 103 | int tmio_core_mmc_resume(void __iomem *cnf, int shift, unsigned long base); | 108 | int tmio_core_mmc_resume(void __iomem *cnf, int shift, unsigned long base); |
| 104 | void tmio_core_mmc_pwr(void __iomem *cnf, int shift, int state); | 109 | void tmio_core_mmc_pwr(void __iomem *cnf, int shift, int state); |
