diff options
Diffstat (limited to 'arch/arm/mach-omap2/prm.h')
-rw-r--r-- | arch/arm/mach-omap2/prm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/prm.h b/arch/arm/mach-omap2/prm.h index bc7e6e6099d5..7be040b2fdab 100644 --- a/arch/arm/mach-omap2/prm.h +++ b/arch/arm/mach-omap2/prm.h | |||
@@ -246,6 +246,11 @@ static inline u32 prm_clear_mod_reg_bits(u32 bits, s16 module, s16 idx) | |||
246 | return prm_rmw_mod_reg_bits(bits, 0x0, module, idx); | 246 | return prm_rmw_mod_reg_bits(bits, 0x0, module, idx); |
247 | } | 247 | } |
248 | 248 | ||
249 | /* These omap2_ PRM functions apply to both OMAP2 and 3 */ | ||
250 | int omap2_prm_is_hardreset_asserted(s16 prm_mod, u8 shift); | ||
251 | int omap2_prm_assert_hardreset(s16 prm_mod, u8 shift); | ||
252 | int omap2_prm_deassert_hardreset(s16 prm_mod, u8 shift); | ||
253 | |||
249 | int omap4_prm_is_hardreset_asserted(void __iomem *rstctrl_reg, u8 shift); | 254 | int omap4_prm_is_hardreset_asserted(void __iomem *rstctrl_reg, u8 shift); |
250 | int omap4_prm_assert_hardreset(void __iomem *rstctrl_reg, u8 shift); | 255 | int omap4_prm_assert_hardreset(void __iomem *rstctrl_reg, u8 shift); |
251 | int omap4_prm_deassert_hardreset(void __iomem *rstctrl_reg, u8 shift); | 256 | int omap4_prm_deassert_hardreset(void __iomem *rstctrl_reg, u8 shift); |