diff options
Diffstat (limited to 'arch/arm/mach-omap2/prminst44xx.h')
-rw-r--r-- | arch/arm/mach-omap2/prminst44xx.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/prminst44xx.h b/arch/arm/mach-omap2/prminst44xx.h index 02dd66ddda8b..46f2efb36596 100644 --- a/arch/arm/mach-omap2/prminst44xx.h +++ b/arch/arm/mach-omap2/prminst44xx.h | |||
@@ -2,6 +2,7 @@ | |||
2 | * OMAP4 Power/Reset Management (PRM) function prototypes | 2 | * OMAP4 Power/Reset Management (PRM) function prototypes |
3 | * | 3 | * |
4 | * Copyright (C) 2010 Nokia Corporation | 4 | * Copyright (C) 2010 Nokia Corporation |
5 | * Copyright (C) 2011 Texas Instruments, Inc. | ||
5 | * Paul Walmsley | 6 | * Paul Walmsley |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
@@ -18,8 +19,15 @@ | |||
18 | extern u32 omap4_prminst_read_inst_reg(u8 part, s16 inst, u16 idx); | 19 | extern u32 omap4_prminst_read_inst_reg(u8 part, s16 inst, u16 idx); |
19 | extern void omap4_prminst_write_inst_reg(u32 val, u8 part, s16 inst, u16 idx); | 20 | extern void omap4_prminst_write_inst_reg(u32 val, u8 part, s16 inst, u16 idx); |
20 | extern u32 omap4_prminst_rmw_inst_reg_bits(u32 mask, u32 bits, u8 part, | 21 | extern u32 omap4_prminst_rmw_inst_reg_bits(u32 mask, u32 bits, u8 part, |
21 | s16 inst, s16 idx); | 22 | s16 inst, u16 idx); |
22 | 23 | ||
23 | extern void omap4_prm_global_warm_sw_reset(void); | 24 | extern void omap4_prminst_global_warm_sw_reset(void); |
25 | |||
26 | extern int omap4_prminst_is_hardreset_asserted(u8 shift, u8 part, s16 inst, | ||
27 | u16 rstctrl_offs); | ||
28 | extern int omap4_prminst_assert_hardreset(u8 shift, u8 part, s16 inst, | ||
29 | u16 rstctrl_offs); | ||
30 | extern int omap4_prminst_deassert_hardreset(u8 shift, u8 part, s16 inst, | ||
31 | u16 rstctrl_offs); | ||
24 | 32 | ||
25 | #endif | 33 | #endif |