2 * OMAP4XXX L3 Interconnect error handling driver header
4 * Copyright (C) 2011 Texas Corporation
5 * Santosh Shilimkar <santosh.shilimkar@ti.com>
6 * sricharan <r.sricharan@ti.com>
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
23 #ifndef __ARCH_ARM_MACH_OMAP2_L3_INTERCONNECT_3XXX_H
24 #define __ARCH_ARM_MACH_OMAP2_L3_INTERCONNECT_3XXX_H
30 #define CLEAR_STDERR_LOG (1 << 31)
31 #define CUSTOM_ERROR 0x2
32 #define STANDARD_ERROR 0x0
33 #define INBAND_ERROR 0x0
34 #define EMIF_KERRLOG_OFFSET 0x10
35 #define L3_SLAVE_ADDRESS_OFFSET 0x14
36 #define LOGICAL_ADDR_ERRORLOG 0x4
37 #define L3_APPLICATION_ERROR 0x0
38 #define L3_DEBUG_ERROR 0x1
40 #define L3_COREREG 0x00
41 #define L3_VERSIONREG 0x04
42 #define L3_MAINCTLREG 0x08
43 #define L3_NTTPADDR_0 0x10
44 #define L3_SVRTSTDLVL 0x40
45 #define L3_SVRTCUSTOMLVL 0x44
48 #define L3_MSTADDR 0x50
49 #define L3_SLVADDR 0x54
51 #define L3_SLVOFSLSB 0x5C
52 #define L3_SLVOFSMSB 0x60
53 #define L3_CUSTOMINFO_INFO 0x64
54 #define L3_CUSTOMINFO_MSTADDR 0x68
55 #define L3_CUSTOMINFO_OPCODE 0x6C
56 #define L3_ADDRSPACESIZELOG 0x80
58 u32 l3_flagmux
[L3_MODULES
] = {
65 * L3 Target standard Error register offsets
67 u32 l3_targ_stderrlog_main_clk1
[] = {
72 0x648 /* CLK2 PWR DISC */
75 u32 l3_targ_stderrlog_main_clk2
[] = {
76 0x548, /* CORTEX M3 */
81 0xD48, /* missing in TRM corresponds to AES1*/
84 0x148, /* missing in TRM corresponds to GPMC sERROR*/
88 0x1148, /* missing in TRM corresponds PWR DISC CLK1*/
89 0xF48, /* missing in TRM corrsponds to SHA1*/
90 0xE48, /* missing in TRM corresponds to AES2*/
96 u32 l3_targ_stderrlog_main_clk3
[] = {
100 struct l3_masters_data
{
105 struct l3_masters_data l3_masters
[] = {
113 { 0x48, "FaceDetect"},
128 char *l3_targ_stderrlog_main_name
[L3_MODULES
][18] = {
161 u32 targ_reg_offset
[L3_MODULES
][18] = {
194 u32
*l3_targ
[L3_MODULES
] = {
195 l3_targ_stderrlog_main_clk1
,
196 l3_targ_stderrlog_main_clk2
,
197 l3_targ_stderrlog_main_clk3
,
205 void __iomem
*l3_base
[4];