2 * OMAP4 CM instance functions
4 * Copyright (C) 2009 Nokia Corporation
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
11 * This is needed since CM instances can be in the PRM, PRCM_MPU, CM1,
12 * or CM2 hardware modules. For example, the EMU_CM CM instance is in
13 * the PRM hardware module. What a mess...
16 #include <linux/kernel.h>
17 #include <linux/types.h>
18 #include <linux/errno.h>
19 #include <linux/err.h>
22 #include <plat/common.h>
28 #include "cminst44xx.h"
29 #include "cm-regbits-34xx.h"
30 #include "cm-regbits-44xx.h"
33 #include "prcm_mpu44xx.h"
35 static u32 _cm_bases
[OMAP4_MAX_PRCM_PARTITIONS
] = {
36 [OMAP4430_INVALID_PRCM_PARTITION
] = 0,
37 [OMAP4430_PRM_PARTITION
] = OMAP4430_PRM_BASE
,
38 [OMAP4430_CM1_PARTITION
] = OMAP4430_CM1_BASE
,
39 [OMAP4430_CM2_PARTITION
] = OMAP4430_CM2_BASE
,
40 [OMAP4430_SCRM_PARTITION
] = 0,
41 [OMAP4430_PRCM_MPU_PARTITION
] = OMAP4430_PRCM_MPU_BASE
,
44 /* Read a register in a CM instance */
45 u32
omap4_cminst_read_inst_reg(u8 part
, s16 inst
, u16 idx
)
47 BUG_ON(part
>= OMAP4_MAX_PRCM_PARTITIONS
||
48 part
== OMAP4430_INVALID_PRCM_PARTITION
||
50 return __raw_readl(OMAP2_L4_IO_ADDRESS(_cm_bases
[part
] + inst
+ idx
));
53 /* Write into a register in a CM instance */
54 void omap4_cminst_write_inst_reg(u32 val
, u8 part
, s16 inst
, u16 idx
)
56 BUG_ON(part
>= OMAP4_MAX_PRCM_PARTITIONS
||
57 part
== OMAP4430_INVALID_PRCM_PARTITION
||
59 __raw_writel(val
, OMAP2_L4_IO_ADDRESS(_cm_bases
[part
] + inst
+ idx
));
62 /* Read-modify-write a register in CM1. Caller must lock */
63 u32
omap4_cminst_rmw_inst_reg_bits(u32 mask
, u32 bits
, u8 part
, s16 inst
,
68 v
= omap4_cminst_read_inst_reg(part
, inst
, idx
);
71 omap4_cminst_write_inst_reg(v
, part
, inst
, idx
);
81 * _clktrctrl_write - write @c to a CM_CLKSTCTRL.CLKTRCTRL register bitfield
82 * @c: CLKTRCTRL register bitfield (LSB = bit 0, i.e., unshifted)
83 * @part: PRCM partition ID that the CM_CLKSTCTRL register exists in
84 * @inst: CM instance register offset (*_INST macro)
85 * @cdoffs: Clockdomain register offset (*_CDOFFS macro)
87 * @c must be the unshifted value for CLKTRCTRL - i.e., this function
88 * will handle the shift itself.
90 static void _clktrctrl_write(u8 c
, u8 part
, s16 inst
, u16 cdoffs
)
94 v
= omap4_cminst_read_inst_reg(part
, inst
, cdoffs
+ OMAP4_CM_CLKSTCTRL
);
95 v
&= ~OMAP4430_CLKTRCTRL_MASK
;
96 v
|= c
<< OMAP4430_CLKTRCTRL_SHIFT
;
97 omap4_cminst_write_inst_reg(v
, part
, inst
, cdoffs
+ OMAP4_CM_CLKSTCTRL
);
101 * omap4_cminst_is_clkdm_in_hwsup - is a clockdomain in hwsup idle mode?
102 * @part: PRCM partition ID that the CM_CLKSTCTRL register exists in
103 * @inst: CM instance register offset (*_INST macro)
104 * @cdoffs: Clockdomain register offset (*_CDOFFS macro)
106 * Returns true if the clockdomain referred to by (@part, @inst, @cdoffs)
107 * is in hardware-supervised idle mode, or 0 otherwise.
109 bool omap4_cminst_is_clkdm_in_hwsup(u8 part
, s16 inst
, u16 cdoffs
)
113 v
= omap4_cminst_read_inst_reg(part
, inst
, cdoffs
+ OMAP4_CM_CLKSTCTRL
);
114 v
&= OMAP4430_CLKTRCTRL_MASK
;
115 v
>>= OMAP4430_CLKTRCTRL_SHIFT
;
117 return (v
== OMAP34XX_CLKSTCTRL_ENABLE_AUTO
) ? true : false;
121 * omap4_cminst_clkdm_enable_hwsup - put a clockdomain in hwsup-idle mode
122 * @part: PRCM partition ID that the clockdomain registers exist in
123 * @inst: CM instance register offset (*_INST macro)
124 * @cdoffs: Clockdomain register offset (*_CDOFFS macro)
126 * Put a clockdomain referred to by (@part, @inst, @cdoffs) into
127 * hardware-supervised idle mode. No return value.
129 void omap4_cminst_clkdm_enable_hwsup(u8 part
, s16 inst
, u16 cdoffs
)
131 _clktrctrl_write(OMAP34XX_CLKSTCTRL_ENABLE_AUTO
, part
, inst
, cdoffs
);
135 * omap4_cminst_clkdm_disable_hwsup - put a clockdomain in swsup-idle mode
136 * @part: PRCM partition ID that the clockdomain registers exist in
137 * @inst: CM instance register offset (*_INST macro)
138 * @cdoffs: Clockdomain register offset (*_CDOFFS macro)
140 * Put a clockdomain referred to by (@part, @inst, @cdoffs) into
141 * software-supervised idle mode, i.e., controlled manually by the
142 * Linux OMAP clockdomain code. No return value.
144 void omap4_cminst_clkdm_disable_hwsup(u8 part
, s16 inst
, u16 cdoffs
)
146 _clktrctrl_write(OMAP34XX_CLKSTCTRL_DISABLE_AUTO
, part
, inst
, cdoffs
);
150 * omap4_cminst_clkdm_force_sleep - try to put a clockdomain into idle
151 * @part: PRCM partition ID that the clockdomain registers exist in
152 * @inst: CM instance register offset (*_INST macro)
153 * @cdoffs: Clockdomain register offset (*_CDOFFS macro)
155 * Put a clockdomain referred to by (@part, @inst, @cdoffs) into idle
158 void omap4_cminst_clkdm_force_sleep(u8 part
, s16 inst
, u16 cdoffs
)
160 _clktrctrl_write(OMAP34XX_CLKSTCTRL_FORCE_SLEEP
, part
, inst
, cdoffs
);
164 * omap4_cminst_clkdm_force_sleep - try to take a clockdomain out of idle
165 * @part: PRCM partition ID that the clockdomain registers exist in
166 * @inst: CM instance register offset (*_INST macro)
167 * @cdoffs: Clockdomain register offset (*_CDOFFS macro)
169 * Take a clockdomain referred to by (@part, @inst, @cdoffs) out of idle,
170 * waking it up. No return value.
172 void omap4_cminst_clkdm_force_wakeup(u8 part
, s16 inst
, u16 cdoffs
)
174 _clktrctrl_write(OMAP34XX_CLKSTCTRL_FORCE_WAKEUP
, part
, inst
, cdoffs
);
182 * omap4_cm_wait_module_ready - wait for a module to be in 'func' state
183 * @clkctrl_reg: CLKCTRL module address
185 * Wait for the module IDLEST to be functional. If the idle state is in any
186 * the non functional state (trans, idle or disabled), module and thus the
187 * sysconfig cannot be accessed and will probably lead to an "imprecise
191 * 0x0 func: Module is fully functional, including OCP
192 * 0x1 trans: Module is performing transition: wakeup, or sleep, or sleep
194 * 0x2 idle: Module is in Idle mode (only OCP part). It is functional if
195 * using separate functional clock
196 * 0x3 disabled: Module is disabled and cannot be accessed
199 int omap4_cm_wait_module_ready(void __iomem
*clkctrl_reg
)
207 ((__raw_readl(clkctrl_reg
) & OMAP4430_IDLEST_MASK
) == 0) ||
208 (((__raw_readl(clkctrl_reg
) & OMAP4430_IDLEST_MASK
) >>
209 OMAP4430_IDLEST_SHIFT
) == 0x2)),
210 MAX_MODULE_READY_TIME
, i
);
212 return (i
< MAX_MODULE_READY_TIME
) ? 0 : -EBUSY
;