1 /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 3 * Microchip SAMA7 SFRBU registers offsets and 4 * 5 * Copyright (C) [2020] Microchip Technology I 6 * 7 * Author: Claudu Beznea <claudiu.beznea@micro 8 */ 9 10 #ifndef __SAMA7_SFRBU_H__ 11 #define __SAMA7_SFRBU_H__ 12 13 #ifdef CONFIG_SOC_SAMA7 14 15 #define AT91_SFRBU_PSWBU 16 #define AT91_SFRBU_PSWBU_PSWKEY 17 #define AT91_SFRBU_PSWBU_STATE 18 #define AT91_SFRBU_PSWBU_SOFTSWITCH 19 #define AT91_SFRBU_PSWBU_CTRL 20 21 #define AT91_SFRBU_25LDOCR 22 #define AT91_SFRBU_25LDOCR_LDOANAKEY 23 #define AT91_SFRBU_25LDOCR_STATE 24 #define AT91_SFRBU_25LDOCR_LP 25 #define AT91_SFRBU_PD_VALUE_MSK 26 #define AT91_SFRBU_25LDOCR_PD_VALUE(v) 27 28 #define AT91_FRBU_DDRPWR 29 #define AT91_FRBU_DDRPWR_STATE 30 31 #endif /* CONFIG_SOC_SAMA7 */ 32 33 #endif /* __SAMA7_SFRBU_H__ */ 34 35
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.