common.h (65c98038394e65228490ef44353f5d4665690f55) | common.h (33959553b81e46640994cbcdb4888d60022dc6fd) |
---|---|
1/* 2 * Header for code common to all OMAP2+ machines. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms of the GNU General Public License as published by the 6 * Free Software Foundation; either version 2 of the License, or (at your 7 * option) any later version. 8 * --- 41 unchanged lines hidden (view full) --- 50#ifdef CONFIG_ARCH_OMAP3 51extern void omap34xx_map_common_io(void); 52#else 53static inline void omap34xx_map_common_io(void) 54{ 55} 56#endif 57 | 1/* 2 * Header for code common to all OMAP2+ machines. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms of the GNU General Public License as published by the 6 * Free Software Foundation; either version 2 of the License, or (at your 7 * option) any later version. 8 * --- 41 unchanged lines hidden (view full) --- 50#ifdef CONFIG_ARCH_OMAP3 51extern void omap34xx_map_common_io(void); 52#else 53static inline void omap34xx_map_common_io(void) 54{ 55} 56#endif 57 |
58#ifdef CONFIG_SOC_OMAPTI81XX | 58#ifdef CONFIG_SOC_TI81XX |
59extern void omapti81xx_map_common_io(void); 60#else 61static inline void omapti81xx_map_common_io(void) 62{ 63} 64#endif 65 66#ifdef CONFIG_SOC_OMAPAM33XX --- 40 unchanged lines hidden (view full) --- 107 void __iomem *tap; /* Control module ID code */ 108 void __iomem *sdrc; /* SDRAM Controller */ 109 void __iomem *sms; /* SDRAM Memory Scheduler */ 110 void __iomem *ctrl; /* System Control Module */ 111 void __iomem *ctrl_pad; /* PAD Control Module */ 112 void __iomem *prm; /* Power and Reset Management */ 113 void __iomem *cm; /* Clock Management */ 114 void __iomem *cm2; | 59extern void omapti81xx_map_common_io(void); 60#else 61static inline void omapti81xx_map_common_io(void) 62{ 63} 64#endif 65 66#ifdef CONFIG_SOC_OMAPAM33XX --- 40 unchanged lines hidden (view full) --- 107 void __iomem *tap; /* Control module ID code */ 108 void __iomem *sdrc; /* SDRAM Controller */ 109 void __iomem *sms; /* SDRAM Memory Scheduler */ 110 void __iomem *ctrl; /* System Control Module */ 111 void __iomem *ctrl_pad; /* PAD Control Module */ 112 void __iomem *prm; /* Power and Reset Management */ 113 void __iomem *cm; /* Clock Management */ 114 void __iomem *cm2; |
115 void __iomem *prcm_mpu; | |
116}; 117 118void omap2_set_globals_242x(void); 119void omap2_set_globals_243x(void); 120void omap2_set_globals_3xxx(void); 121void omap2_set_globals_443x(void); 122void omap2_set_globals_ti81xx(void); 123void omap2_set_globals_am33xx(void); --- 140 unchanged lines hidden --- | 115}; 116 117void omap2_set_globals_242x(void); 118void omap2_set_globals_243x(void); 119void omap2_set_globals_3xxx(void); 120void omap2_set_globals_443x(void); 121void omap2_set_globals_ti81xx(void); 122void omap2_set_globals_am33xx(void); --- 140 unchanged lines hidden --- |