Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / arch / mips / mach-mscc / include / mach / jr2 / jr2_devcpu_gcb.h
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3  * Copyright (c) 2018 Microsemi Corporation
4  */
5
6 #ifndef _MSCC_JR2_DEVCPU_GCB_H_
7 #define _MSCC_JR2_DEVCPU_GCB_H_
8
9 #include <linux/bitops.h>
10
11 #define PERF_GPR                                          0x4
12
13 #define PERF_SOFT_RST                                     0x8
14
15 #define PERF_SOFT_RST_SOFT_NON_CFG_RST                    BIT(2)
16 #define PERF_SOFT_RST_SOFT_SWC_RST                        BIT(1)
17 #define PERF_SOFT_RST_SOFT_CHIP_RST                       BIT(0)
18
19 #define GPIO_GPIO_ALT(x)                                  (0x78 + 4 * (x))
20 #define GPIO_GPIO_ALT1(x)                                 (0x80 + 4 * (x))
21
22 #endif