]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-rmobile/include/mach/r8a7795.h
ARM: rmobile: Stop using rcar-common/common.c on Gen3
[u-boot] / arch / arm / mach-rmobile / include / mach / r8a7795.h
1 /*
2  * arch/arm/mach-rmobile/include/mach/r8a7795.h
3  *      This file defines registers and value for r8a7795.
4  *
5  * Copyright (C) 2015 Renesas Electronics Corporation
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9
10 #ifndef __ASM_ARCH_R8A7795_H
11 #define __ASM_ARCH_R8A7795_H
12
13 #include "rcar-gen3-base.h"
14
15 /* Module stop control/status register bits */
16 #define MSTP0_BITS      0x00640800
17 #define MSTP1_BITS      0xF3EE9390
18 #define MSTP2_BITS      0x340FAFDC
19 #define MSTP3_BITS      0xD80C7CDF
20 #define MSTP4_BITS      0x80000184
21 #define MSTP5_BITS      0x40BFFF46
22 #define MSTP6_BITS      0xE5FBEECF
23 #define MSTP7_BITS      0x39FFFF0E
24 #define MSTP8_BITS      0x01F19FF4
25 #define MSTP9_BITS      0xFFDFFFFF
26 #define MSTP10_BITS     0xFFFEFFE0
27 #define MSTP11_BITS     0x00000000
28
29 #endif /* __ASM_ARCH_R8A7795_H */