blob: c77c181ad70d06d6d86fc16a5922e4463bfe0222 [file] [log] [blame]
Karthikeyan Ramasubramanian7069c482012-03-22 09:21:20 -06001/* Copyright (c) 2011-2012, Code Aurora Forum. All rights reserved.
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
13#ifndef _ARCH_ARM_MACH_MSM_SMSM_H_
14#define _ARCH_ARM_MACH_MSM_SMSM_H_
15
Karthikeyan Ramasubramanian7069c482012-03-22 09:21:20 -060016#include <linux/notifier.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070017#if defined(CONFIG_MSM_N_WAY_SMSM)
18enum {
19 SMSM_APPS_STATE,
20 SMSM_MODEM_STATE,
21 SMSM_Q6_STATE,
22 SMSM_APPS_DEM,
23 SMSM_WCNSS_STATE = SMSM_APPS_DEM,
24 SMSM_MODEM_DEM,
Jeff Hugo6a8057c2011-08-16 13:47:12 -060025 SMSM_DSPS_STATE = SMSM_MODEM_DEM,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070026 SMSM_Q6_DEM,
27 SMSM_POWER_MASTER_DEM,
28 SMSM_TIME_MASTER_DEM,
29};
30extern uint32_t SMSM_NUM_ENTRIES;
31#else
32enum {
33 SMSM_APPS_STATE = 1,
34 SMSM_MODEM_STATE = 3,
35 SMSM_NUM_ENTRIES,
36};
37#endif
38
39enum {
40 SMSM_APPS,
41 SMSM_MODEM,
42 SMSM_Q6,
43 SMSM_WCNSS,
44 SMSM_DSPS,
45};
46extern uint32_t SMSM_NUM_HOSTS;
47
48#define SMSM_INIT 0x00000001
49#define SMSM_OSENTERED 0x00000002
50#define SMSM_SMDWAIT 0x00000004
51#define SMSM_SMDINIT 0x00000008
52#define SMSM_RPCWAIT 0x00000010
53#define SMSM_RPCINIT 0x00000020
54#define SMSM_RESET 0x00000040
55#define SMSM_RSA 0x00000080
56#define SMSM_RUN 0x00000100
57#define SMSM_PWRC 0x00000200
58#define SMSM_TIMEWAIT 0x00000400
59#define SMSM_TIMEINIT 0x00000800
Eric Holmberg8cb30f52012-10-04 13:37:57 -060060#define SMSM_PROC_AWAKE 0x00001000
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070061#define SMSM_WFPI 0x00002000
62#define SMSM_SLEEP 0x00004000
63#define SMSM_SLEEPEXIT 0x00008000
64#define SMSM_OEMSBL_RELEASE 0x00010000
65#define SMSM_APPS_REBOOT 0x00020000
66#define SMSM_SYSTEM_POWER_DOWN 0x00040000
67#define SMSM_SYSTEM_REBOOT 0x00080000
68#define SMSM_SYSTEM_DOWNLOAD 0x00100000
69#define SMSM_PWRC_SUSPEND 0x00200000
70#define SMSM_APPS_SHUTDOWN 0x00400000
71#define SMSM_SMD_LOOPBACK 0x00800000
72#define SMSM_RUN_QUIET 0x01000000
73#define SMSM_MODEM_WAIT 0x02000000
74#define SMSM_MODEM_BREAK 0x04000000
75#define SMSM_MODEM_CONTINUE 0x08000000
76#define SMSM_SYSTEM_REBOOT_USR 0x20000000
77#define SMSM_SYSTEM_PWRDWN_USR 0x40000000
78#define SMSM_UNKNOWN 0x80000000
79
80#define SMSM_WKUP_REASON_RPC 0x00000001
81#define SMSM_WKUP_REASON_INT 0x00000002
82#define SMSM_WKUP_REASON_GPIO 0x00000004
83#define SMSM_WKUP_REASON_TIMER 0x00000008
84#define SMSM_WKUP_REASON_ALARM 0x00000010
85#define SMSM_WKUP_REASON_RESET 0x00000020
Jeff Hugo793cbee2012-11-07 14:43:40 -070086#define SMSM_USB_PLUG_UNPLUG 0x00002000
Angshuman Sarkar302dddf2011-11-08 19:48:45 +053087#define SMSM_A2_RESET_BAM 0x00004000
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070088
Eric Holmberg7ab6a9c2011-07-22 17:16:34 -060089#define SMSM_VENDOR 0x00020000
90
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070091#define SMSM_A2_POWER_CONTROL 0x00000002
Angshuman Sarkar402014d2011-08-12 15:29:31 +053092#define SMSM_A2_POWER_CONTROL_ACK 0x00000800
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070093
94#define SMSM_WLAN_TX_RINGS_EMPTY 0x00000200
95#define SMSM_WLAN_TX_ENABLE 0x00000400
96
Jeff Hugo21433322012-05-15 11:35:32 -060097#define SMSM_SUBSYS2AP_STATUS 0x00008000
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070098
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070099
100#define SMEM_NUM_SMD_STREAM_CHANNELS 64
101#define SMEM_NUM_SMD_BLOCK_CHANNELS 64
102
103enum {
104 /* fixed items */
105 SMEM_PROC_COMM = 0,
106 SMEM_HEAP_INFO,
107 SMEM_ALLOCATION_TABLE,
108 SMEM_VERSION_INFO,
109 SMEM_HW_RESET_DETECT,
110 SMEM_AARM_WARM_BOOT,
111 SMEM_DIAG_ERR_MESSAGE,
112 SMEM_SPINLOCK_ARRAY,
113 SMEM_MEMORY_BARRIER_LOCATION,
114 SMEM_FIXED_ITEM_LAST = SMEM_MEMORY_BARRIER_LOCATION,
115
116 /* dynamic items */
117 SMEM_AARM_PARTITION_TABLE,
118 SMEM_AARM_BAD_BLOCK_TABLE,
119 SMEM_RESERVE_BAD_BLOCKS,
120 SMEM_WM_UUID,
121 SMEM_CHANNEL_ALLOC_TBL,
122 SMEM_SMD_BASE_ID,
123 SMEM_SMEM_LOG_IDX = SMEM_SMD_BASE_ID + SMEM_NUM_SMD_STREAM_CHANNELS,
124 SMEM_SMEM_LOG_EVENTS,
125 SMEM_SMEM_STATIC_LOG_IDX,
126 SMEM_SMEM_STATIC_LOG_EVENTS,
127 SMEM_SMEM_SLOW_CLOCK_SYNC,
128 SMEM_SMEM_SLOW_CLOCK_VALUE,
129 SMEM_BIO_LED_BUF,
130 SMEM_SMSM_SHARED_STATE,
131 SMEM_SMSM_INT_INFO,
132 SMEM_SMSM_SLEEP_DELAY,
133 SMEM_SMSM_LIMIT_SLEEP,
134 SMEM_SLEEP_POWER_COLLAPSE_DISABLED,
135 SMEM_KEYPAD_KEYS_PRESSED,
136 SMEM_KEYPAD_STATE_UPDATED,
137 SMEM_KEYPAD_STATE_IDX,
138 SMEM_GPIO_INT,
139 SMEM_MDDI_LCD_IDX,
140 SMEM_MDDI_HOST_DRIVER_STATE,
141 SMEM_MDDI_LCD_DISP_STATE,
142 SMEM_LCD_CUR_PANEL,
143 SMEM_MARM_BOOT_SEGMENT_INFO,
144 SMEM_AARM_BOOT_SEGMENT_INFO,
145 SMEM_SLEEP_STATIC,
146 SMEM_SCORPION_FREQUENCY,
147 SMEM_SMD_PROFILES,
148 SMEM_TSSC_BUSY,
149 SMEM_HS_SUSPEND_FILTER_INFO,
150 SMEM_BATT_INFO,
151 SMEM_APPS_BOOT_MODE,
152 SMEM_VERSION_FIRST,
153 SMEM_VERSION_SMD = SMEM_VERSION_FIRST,
154 SMEM_VERSION_LAST = SMEM_VERSION_FIRST + 24,
155 SMEM_OSS_RRCASN1_BUF1,
156 SMEM_OSS_RRCASN1_BUF2,
157 SMEM_ID_VENDOR0,
158 SMEM_ID_VENDOR1,
159 SMEM_ID_VENDOR2,
160 SMEM_HW_SW_BUILD_ID,
161 SMEM_SMD_BLOCK_PORT_BASE_ID,
162 SMEM_SMD_BLOCK_PORT_PROC0_HEAP = SMEM_SMD_BLOCK_PORT_BASE_ID +
163 SMEM_NUM_SMD_BLOCK_CHANNELS,
164 SMEM_SMD_BLOCK_PORT_PROC1_HEAP = SMEM_SMD_BLOCK_PORT_PROC0_HEAP +
165 SMEM_NUM_SMD_BLOCK_CHANNELS,
166 SMEM_I2C_MUTEX = SMEM_SMD_BLOCK_PORT_PROC1_HEAP +
167 SMEM_NUM_SMD_BLOCK_CHANNELS,
168 SMEM_SCLK_CONVERSION,
169 SMEM_SMD_SMSM_INTR_MUX,
170 SMEM_SMSM_CPU_INTR_MASK,
171 SMEM_APPS_DEM_SLAVE_DATA,
172 SMEM_QDSP6_DEM_SLAVE_DATA,
173 SMEM_CLKREGIM_BSP,
174 SMEM_CLKREGIM_SOURCES,
175 SMEM_SMD_FIFO_BASE_ID,
176 SMEM_USABLE_RAM_PARTITION_TABLE = SMEM_SMD_FIFO_BASE_ID +
177 SMEM_NUM_SMD_STREAM_CHANNELS,
178 SMEM_POWER_ON_STATUS_INFO,
179 SMEM_DAL_AREA,
180 SMEM_SMEM_LOG_POWER_IDX,
181 SMEM_SMEM_LOG_POWER_WRAP,
182 SMEM_SMEM_LOG_POWER_EVENTS,
183 SMEM_ERR_CRASH_LOG,
184 SMEM_ERR_F3_TRACE_LOG,
185 SMEM_SMD_BRIDGE_ALLOC_TABLE,
186 SMEM_SMDLITE_TABLE,
187 SMEM_SD_IMG_UPGRADE_STATUS,
188 SMEM_SEFS_INFO,
189 SMEM_RESET_LOG,
190 SMEM_RESET_LOG_SYMBOLS,
191 SMEM_MODEM_SW_BUILD_ID,
192 SMEM_SMEM_LOG_MPROC_WRAP,
193 SMEM_BOOT_INFO_FOR_APPS,
194 SMEM_SMSM_SIZE_INFO,
Angshuman Sarkar2b4d90d2011-11-09 20:58:57 +0530195 SMEM_SMD_LOOPBACK_REGISTER,
196 SMEM_SSR_REASON_MSS0,
197 SMEM_SSR_REASON_WCNSS0,
198 SMEM_SSR_REASON_LPASS0,
199 SMEM_SSR_REASON_DSPS0,
200 SMEM_SSR_REASON_VCODEC0,
201 SMEM_MEM_LAST = SMEM_SSR_REASON_VCODEC0,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700202 SMEM_NUM_ITEMS,
203};
204
205enum {
206 SMEM_APPS_Q6_SMSM = 3,
207 SMEM_Q6_APPS_SMSM = 5,
208 SMSM_NUM_INTR_MUX = 8,
209};
210
Arun Kumar Neelakantamac83e742012-09-26 17:46:59 +0530211#ifdef CONFIG_MSM_SMD
212void *smem_alloc(unsigned id, unsigned size);
213void *smem_alloc2(unsigned id, unsigned size_in);
214void *smem_get_entry(unsigned id, unsigned *size);
215int smsm_change_state(uint32_t smsm_entry,
216 uint32_t clear_mask, uint32_t set_mask);
217
218/*
219 * Changes the global interrupt mask. The set and clear masks are re-applied
220 * every time the global interrupt mask is updated for callback registration
221 * and de-registration.
222 *
223 * The clear mask is applied first, so if a bit is set to 1 in both the clear
224 * mask and the set mask, the result will be that the interrupt is set.
225 *
226 * @smsm_entry SMSM entry to change
227 * @clear_mask 1 = clear bit, 0 = no-op
228 * @set_mask 1 = set bit, 0 = no-op
229 *
230 * @returns 0 for success, < 0 for error
231 */
232int smsm_change_intr_mask(uint32_t smsm_entry,
233 uint32_t clear_mask, uint32_t set_mask);
234int smsm_get_intr_mask(uint32_t smsm_entry, uint32_t *intr_mask);
235uint32_t smsm_get_state(uint32_t smsm_entry);
236int smsm_state_cb_register(uint32_t smsm_entry, uint32_t mask,
237 void (*notify)(void *, uint32_t old_state, uint32_t new_state),
238 void *data);
239int smsm_state_cb_deregister(uint32_t smsm_entry, uint32_t mask,
240 void (*notify)(void *, uint32_t, uint32_t), void *data);
241void smsm_print_sleep_info(uint32_t sleep_delay, uint32_t sleep_limit,
242 uint32_t irq_mask, uint32_t wakeup_reason, uint32_t pending_irqs);
243void smsm_reset_modem(unsigned mode);
244void smsm_reset_modem_cont(void);
245void smd_sleep_exit(void);
246
247
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700248int smsm_check_for_modem_crash(void);
249void *smem_find(unsigned id, unsigned size);
250void *smem_get_entry(unsigned id, unsigned *size);
Arun Kumar Neelakantamac83e742012-09-26 17:46:59 +0530251#else
252static inline void *smem_alloc(unsigned id, unsigned size)
253{
254 return NULL;
255}
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700256
Arun Kumar Neelakantamac83e742012-09-26 17:46:59 +0530257static inline void *smem_alloc2(unsigned id, unsigned size_in)
258{
259 return NULL;
260}
261
262static inline void *smem_get_entry(unsigned id, unsigned *size)
263{
264 return NULL;
265}
266
267static inline int smsm_change_state(uint32_t smsm_entry,
268 uint32_t clear_mask, uint32_t set_mask)
269{
270 return -ENODEV;
271}
272
273/*
274 * Changes the global interrupt mask. The set and clear masks are re-applied
275 * every time the global interrupt mask is updated for callback registration
276 * and de-registration.
277 *
278 * The clear mask is applied first, so if a bit is set to 1 in both the clear
279 * mask and the set mask, the result will be that the interrupt is set.
280 *
281 * @smsm_entry SMSM entry to change
282 * @clear_mask 1 = clear bit, 0 = no-op
283 * @set_mask 1 = set bit, 0 = no-op
284 *
285 * @returns 0 for success, < 0 for error
286 */
287static inline int smsm_change_intr_mask(uint32_t smsm_entry,
288 uint32_t clear_mask, uint32_t set_mask)
289{
290 return -ENODEV;
291}
292
293static inline int smsm_get_intr_mask(uint32_t smsm_entry, uint32_t *intr_mask)
294{
295 return -ENODEV;
296}
297static inline uint32_t smsm_get_state(uint32_t smsm_entry)
298{
299 return 0;
300}
301static inline int smsm_state_cb_register(uint32_t smsm_entry, uint32_t mask,
302 void (*notify)(void *, uint32_t old_state, uint32_t new_state),
303 void *data)
304{
305 return -ENODEV;
306}
307static inline int smsm_state_cb_deregister(uint32_t smsm_entry, uint32_t mask,
308 void (*notify)(void *, uint32_t, uint32_t), void *data)
309{
310 return -ENODEV;
311}
312static inline void smsm_print_sleep_info(uint32_t sleep_delay,
313 uint32_t sleep_limit, uint32_t irq_mask, uint32_t wakeup_reason,
314 uint32_t pending_irqs)
315{
316}
317static inline void smsm_reset_modem(unsigned mode)
318{
319}
320static inline void smsm_reset_modem_cont(void)
321{
322}
323static inline void smd_sleep_exit(void)
324{
325}
326static inline int smsm_check_for_modem_crash(void)
327{
328 return -ENODEV;
329}
330static inline void *smem_find(unsigned id, unsigned size)
331{
332 return NULL;
333}
334#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700335#endif