summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-sunxi/tzpc.h
blob: ba4d43bc3a2ec248a830b6f23dc7b8a895921b5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * (C) Copyright 2015 Chen-Yu Tsai <wens@csie.org>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifndef _SUNXI_TZPC_H
#define _SUNXI_TZPC_H

#ifndef __ASSEMBLY__
struct sunxi_tzpc {
	u32 r0size;		/* 0x00 Size of secure RAM region */
	u32 decport0_status;	/* 0x04 Status of decode protection port 0 */
	u32 decport0_set;	/* 0x08 Set decode protection port 0 */
	u32 decport0_clear;	/* 0x0c Clear decode protection port 0 */
};
#endif

#define SUNXI_TZPC_DECPORT0_RTC	(1 << 1)

void tzpc_init(void);

#endif /* _SUNXI_TZPC_H */
OpenPOWER on IntegriCloud