Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 
0003 #define OMAP24XX_NR_MMC     2
0004 #define OMAP2420_MMC_SIZE   OMAP1_MMC_SIZE
0005 #define OMAP2_MMC1_BASE     0x4809c000
0006 
0007 #define OMAP4_MMC_REG_OFFSET    0x100
0008 
0009 struct omap_hwmod;
0010 
0011 #ifdef CONFIG_SOC_OMAP2420
0012 int omap_msdi_reset(struct omap_hwmod *oh);
0013 #else
0014 static inline int omap_msdi_reset(struct omap_hwmod *oh)
0015 {
0016     return 0;
0017 }
0018 #endif