arm64: dts: Revert "specify console via command line"
[linux/fpc-iii.git] / arch / unicore32 / include / mach / regs-resetc.h
blob5f2b9d77a9ecbda84718a18a9c6f22afc0dda2b7
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * PKUnity Reset Controller (RC) Registers
4 */
5 /*
6 * Software Reset Register
7 */
8 #define RESETC_SWRR (PKUNITY_RESETC_BASE + 0x0000)
9 /*
10 * Reset Status Register
12 #define RESETC_RSSR (PKUNITY_RESETC_BASE + 0x0004)
15 * Software Reset Bit
17 #define RESETC_SWRR_SRB FIELD(1, 1, 0)
20 * Hardware Reset
22 #define RESETC_RSSR_HWR FIELD(1, 1, 0)
24 * Software Reset
26 #define RESETC_RSSR_SWR FIELD(1, 1, 1)
28 * Watchdog Reset
30 #define RESETC_RSSR_WDR FIELD(1, 1, 2)
32 * Sleep Mode Reset
34 #define RESETC_RSSR_SMR FIELD(1, 1, 3)