1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __ASM_MACH_REGS_RTC_H 3 #define __ASM_MACH_REGS_RTC_H 4 5 #include "pxa-regs.h" 6 7 /* 8 * Real Time Clock 9 */ 10 11 #define RCNR __REG(0x40900000) /* 12 #define RTAR __REG(0x40900004) /* 13 #define RTSR __REG(0x40900008) /* 14 #define RTTR __REG(0x4090000C) /* 15 #define PIAR __REG(0x40900038) /* 16 17 #define RTSR_PICE (1 << 15) /* Per 18 #define RTSR_PIALE (1 << 14) /* Per 19 #define RTSR_HZE (1 << 3) /* HZ 20 #define RTSR_ALE (1 << 2) /* RTC 21 #define RTSR_HZ (1 << 1) /* HZ 22 #define RTSR_AL (1 << 0) /* RTC 23 24 #endif /* __ASM_MACH_REGS_RTC_H */ 25
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.