2 * OMAP Smartreflex Defines and Routines
4 * Author: Thara Gopinath <thara@ti.com>
6 * Copyright (C) 2010 Texas Instruments, Inc.
7 * Thara Gopinath <thara@ti.com>
9 * Copyright (C) 2008 Nokia Corporation
12 * Copyright (C) 2007 Texas Instruments, Inc.
13 * Lesly A M <x0080970@ti.com>
15 * This program is free software; you can redistribute it and/or modify
16 * it under the terms of the GNU General Public License version 2 as
17 * published by the Free Software Foundation.
20 #ifndef __ASM_ARM_OMAP_SMARTREFLEX_H
21 #define __ASM_ARM_OMAP_SMARTREFLEX_H
23 #include <linux/platform_device.h>
24 #include <plat/voltage.h>
27 * Different Smartreflex IPs version. The v1 is the 65nm version used in
28 * OMAP3430. The v2 is the update for the 45nm version of the IP
29 * used in OMAP3630 and OMAP4430
34 /* SMART REFLEX REG ADDRESS OFFSET */
41 #define AVGWEIGHT 0x18
42 #define NVALUERECIPROCAL 0x1c
43 #define SENERROR_V1 0x20
44 #define ERRCONFIG_V1 0x24
46 #define IRQSTATUS_RAW 0x24
47 #define IRQSTATUS 0x28
48 #define IRQENABLE_SET 0x2C
49 #define IRQENABLE_CLR 0x30
50 #define SENERROR_V2 0x34
51 #define ERRCONFIG_V2 0x38
53 /* Bit/Shift Positions */
56 #define SRCONFIG_ACCUMDATA_SHIFT 22
57 #define SRCONFIG_SRCLKLENGTH_SHIFT 12
58 #define SRCONFIG_SENNENABLE_V1_SHIFT 5
59 #define SRCONFIG_SENPENABLE_V1_SHIFT 3
60 #define SRCONFIG_SENNENABLE_V2_SHIFT 1
61 #define SRCONFIG_SENPENABLE_V2_SHIFT 0
62 #define SRCONFIG_CLKCTRL_SHIFT 0
64 #define SRCONFIG_ACCUMDATA_MASK (0x3ff << 22)
66 #define SRCONFIG_SRENABLE BIT(11)
67 #define SRCONFIG_SENENABLE BIT(10)
68 #define SRCONFIG_ERRGEN_EN BIT(9)
69 #define SRCONFIG_MINMAXAVG_EN BIT(8)
70 #define SRCONFIG_DELAYCTRL BIT(2)
73 #define AVGWEIGHT_SENPAVGWEIGHT_SHIFT 2
74 #define AVGWEIGHT_SENNAVGWEIGHT_SHIFT 0
76 /* NVALUERECIPROCAL */
77 #define NVALUERECIPROCAL_SENPGAIN_SHIFT 20
78 #define NVALUERECIPROCAL_SENNGAIN_SHIFT 16
79 #define NVALUERECIPROCAL_RNSENP_SHIFT 8
80 #define NVALUERECIPROCAL_RNSENN_SHIFT 0
83 #define ERRCONFIG_ERRWEIGHT_SHIFT 16
84 #define ERRCONFIG_ERRMAXLIMIT_SHIFT 8
85 #define ERRCONFIG_ERRMINLIMIT_SHIFT 0
87 #define SR_ERRWEIGHT_MASK (0x07 << 16)
88 #define SR_ERRMAXLIMIT_MASK (0xff << 8)
89 #define SR_ERRMINLIMIT_MASK (0xff << 0)
91 #define ERRCONFIG_VPBOUNDINTEN_V1 BIT(31)
92 #define ERRCONFIG_VPBOUNDINTST_V1 BIT(30)
93 #define ERRCONFIG_MCUACCUMINTEN BIT(29)
94 #define ERRCONFIG_MCUACCUMINTST BIT(28)
95 #define ERRCONFIG_MCUVALIDINTEN BIT(27)
96 #define ERRCONFIG_MCUVALIDINTST BIT(26)
97 #define ERRCONFIG_MCUBOUNDINTEN BIT(25)
98 #define ERRCONFIG_MCUBOUNDINTST BIT(24)
99 #define ERRCONFIG_MCUDISACKINTEN BIT(23)
100 #define ERRCONFIG_VPBOUNDINTST_V2 BIT(23)
101 #define ERRCONFIG_MCUDISACKINTST BIT(22)
102 #define ERRCONFIG_VPBOUNDINTEN_V2 BIT(22)
104 #define ERRCONFIG_STATUS_V1_MASK (ERRCONFIG_VPBOUNDINTST_V1 | \
105 ERRCONFIG_MCUACCUMINTST | \
106 ERRCONFIG_MCUVALIDINTST | \
107 ERRCONFIG_MCUBOUNDINTST | \
108 ERRCONFIG_MCUDISACKINTST)
110 #define IRQSTATUS_MCUACCUMINT BIT(3)
111 #define IRQSTATUS_MCVALIDINT BIT(2)
112 #define IRQSTATUS_MCBOUNDSINT BIT(1)
113 #define IRQSTATUS_MCUDISABLEACKINT BIT(0)
115 /* IRQENABLE_SET and IRQENABLE_CLEAR */
116 #define IRQENABLE_MCUACCUMINT BIT(3)
117 #define IRQENABLE_MCUVALIDINT BIT(2)
118 #define IRQENABLE_MCUBOUNDSINT BIT(1)
119 #define IRQENABLE_MCUDISABLEACKINT BIT(0)
121 /* Common Bit values */
123 #define SRCLKLENGTH_12MHZ_SYSCLK 0x3c
124 #define SRCLKLENGTH_13MHZ_SYSCLK 0x41
125 #define SRCLKLENGTH_19MHZ_SYSCLK 0x60
126 #define SRCLKLENGTH_26MHZ_SYSCLK 0x82
127 #define SRCLKLENGTH_38MHZ_SYSCLK 0xC0
130 * 3430 specific values. Maybe these should be passed from board file or
133 #define OMAP3430_SR_ACCUMDATA 0x1f4
135 #define OMAP3430_SR1_SENPAVGWEIGHT 0x03
136 #define OMAP3430_SR1_SENNAVGWEIGHT 0x03
138 #define OMAP3430_SR2_SENPAVGWEIGHT 0x01
139 #define OMAP3430_SR2_SENNAVGWEIGHT 0x01
141 #define OMAP3430_SR_ERRWEIGHT 0x04
142 #define OMAP3430_SR_ERRMAXLIMIT 0x02
145 * struct omap_sr_pmic_data - Strucutre to be populated by pmic code to pass
146 * pmic specific info to smartreflex driver
148 * @sr_pmic_init: API to initialize smartreflex on the PMIC side.
150 struct omap_sr_pmic_data
{
151 void (*sr_pmic_init
) (void);
154 #ifdef CONFIG_OMAP_SMARTREFLEX
156 * The smart reflex driver supports CLASS1 CLASS2 and CLASS3 SR.
157 * The smartreflex class driver should pass the class type.
158 * Should be used to populate the class_type field of the
159 * omap_smartreflex_class_data structure.
161 #define SR_CLASS1 0x1
162 #define SR_CLASS2 0x2
163 #define SR_CLASS3 0x3
166 * struct omap_sr_class_data - Smartreflex class driver info
168 * @enable: API to enable a particular class smaartreflex.
169 * @disable: API to disable a particular class smartreflex.
170 * @configure: API to configure a particular class smartreflex.
171 * @notify: API to notify the class driver about an event in SR.
172 * Not needed for class3.
173 * @notify_flags: specify the events to be notified to the class driver
174 * @class_type: specify which smartreflex class.
175 * Can be used by the SR driver to take any class
178 struct omap_sr_class_data
{
179 int (*enable
)(struct voltagedomain
*voltdm
);
180 int (*disable
)(struct voltagedomain
*voltdm
, int is_volt_reset
);
181 int (*configure
)(struct voltagedomain
*voltdm
);
182 int (*notify
)(struct voltagedomain
*voltdm
, u32 status
);
188 * struct omap_sr_nvalue_table - Smartreflex n-target value info
190 * @efuse_offs: The offset of the efuse where n-target values are stored.
191 * @nvalue: The n-target value.
193 struct omap_sr_nvalue_table
{
199 * struct omap_sr_data - Smartreflex platform data.
201 * @ip_type: Smartreflex IP type.
202 * @senp_mod: SENPENABLE value for the sr
203 * @senn_mod: SENNENABLE value for sr
204 * @nvalue_count: Number of distinct nvalues in the nvalue table
205 * @enable_on_init: whether this sr module needs to enabled at
207 * @nvalue_table: table containing the efuse offsets and nvalues
208 * corresponding to them.
209 * @voltdm: Pointer to the voltage domain associated with the SR
211 struct omap_sr_data
{
217 struct omap_sr_nvalue_table
*nvalue_table
;
218 struct voltagedomain
*voltdm
;
221 /* Smartreflex module enable/disable interface */
222 void omap_sr_enable(struct voltagedomain
*voltdm
);
223 void omap_sr_disable(struct voltagedomain
*voltdm
);
224 void omap_sr_disable_reset_volt(struct voltagedomain
*voltdm
);
226 /* API to register the pmic specific data with the smartreflex driver. */
227 void omap_sr_register_pmic(struct omap_sr_pmic_data
*pmic_data
);
229 /* Smartreflex driver hooks to be called from Smartreflex class driver */
230 int sr_enable(struct voltagedomain
*voltdm
, unsigned long volt
);
231 void sr_disable(struct voltagedomain
*voltdm
);
232 int sr_configure_errgen(struct voltagedomain
*voltdm
);
233 int sr_configure_minmax(struct voltagedomain
*voltdm
);
235 /* API to register the smartreflex class driver with the smartreflex driver */
236 int sr_register_class(struct omap_sr_class_data
*class_data
);
238 static inline void omap_sr_enable(struct voltagedomain
*voltdm
) {}
239 static inline void omap_sr_disable(struct voltagedomain
*voltdm
) {}
240 static inline void omap_sr_disable_reset_volt(
241 struct voltagedomain
*voltdm
) {}
242 static inline void omap_sr_register_pmic(
243 struct omap_sr_pmic_data
*pmic_data
) {}