diff options
Diffstat (limited to 'arch/arm/mach-omap2/cm2xxx_3xxx.h')
-rw-r--r-- | arch/arm/mach-omap2/cm2xxx_3xxx.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/cm2xxx_3xxx.h b/arch/arm/mach-omap2/cm2xxx_3xxx.h index ce2582c1441b..ff24edf54d31 100644 --- a/arch/arm/mach-omap2/cm2xxx_3xxx.h +++ b/arch/arm/mach-omap2/cm2xxx_3xxx.h | |||
@@ -104,14 +104,14 @@ | |||
104 | 104 | ||
105 | #ifndef __ASSEMBLER__ | 105 | #ifndef __ASSEMBLER__ |
106 | 106 | ||
107 | extern u32 cm_read_mod_reg(s16 module, u16 idx); | 107 | extern u32 omap2_cm_read_mod_reg(s16 module, u16 idx); |
108 | extern void cm_write_mod_reg(u32 val, s16 module, u16 idx); | 108 | extern void omap2_cm_write_mod_reg(u32 val, s16 module, u16 idx); |
109 | extern u32 cm_rmw_mod_reg_bits(u32 mask, u32 bits, s16 module, s16 idx); | 109 | extern u32 omap2_cm_rmw_mod_reg_bits(u32 mask, u32 bits, s16 module, s16 idx); |
110 | 110 | ||
111 | extern int omap2_cm_wait_module_ready(s16 prcm_mod, u8 idlest_id, | 111 | extern int omap2_cm_wait_module_ready(s16 prcm_mod, u8 idlest_id, |
112 | u8 idlest_shift); | 112 | u8 idlest_shift); |
113 | extern u32 cm_set_mod_reg_bits(u32 bits, s16 module, s16 idx); | 113 | extern u32 omap2_cm_set_mod_reg_bits(u32 bits, s16 module, s16 idx); |
114 | extern u32 cm_clear_mod_reg_bits(u32 bits, s16 module, s16 idx); | 114 | extern u32 omap2_cm_clear_mod_reg_bits(u32 bits, s16 module, s16 idx); |
115 | 115 | ||
116 | #endif | 116 | #endif |
117 | 117 | ||