~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: e3ae5ac1bb40413bfd185f2423b6001359f0f403 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0+
 *
 * (C) Copyright 2016 Nexell
 * Youngbok, Park <park@nexell.co.kr>
 */

#define NEXELL_L2C_SEC_ID	0
#define NEXELL_MALI_SEC_ID	2
#define NEXELL_MIPI_SEC_ID	4
#define NEXELL_TOFF_SEC_ID	6

int write_sec_reg_by_id(void __iomem *reg, int val, int id);
int read_sec_reg_by_id(void __iomem *reg, int id);
int read_sec_reg(void __iomem *reg);
int write_sec_reg(void __iomem *reg, int val);