Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Paul Mundt | c019fd8 | 2007-11-28 19:14:23 +0900 | [diff] [blame] | 2 | #ifndef __ASM_SH_CPU_SH4_RTC_H |
| 3 | #define __ASM_SH_CPU_SH4_RTC_H |
| 4 | |
Paul Mundt | b4d36a2 | 2008-10-28 18:40:19 +0900 | [diff] [blame] | 5 | #if defined(CONFIG_CPU_SUBTYPE_SH7722) || defined(CONFIG_CPU_SUBTYPE_SH7723) |
Paul Mundt | 178dd0c | 2008-04-09 17:56:18 +0900 | [diff] [blame] | 6 | #define rtc_reg_size sizeof(u16) |
| 7 | #else |
Paul Mundt | c019fd8 | 2007-11-28 19:14:23 +0900 | [diff] [blame] | 8 | #define rtc_reg_size sizeof(u32) |
Paul Mundt | 178dd0c | 2008-04-09 17:56:18 +0900 | [diff] [blame] | 9 | #endif |
| 10 | |
Paul Mundt | c019fd8 | 2007-11-28 19:14:23 +0900 | [diff] [blame] | 11 | #define RTC_BIT_INVERTED 0x40 /* bug on SH7750, SH7750S */ |
| 12 | #define RTC_DEF_CAPABILITIES RTC_CAP_4_DIGIT_YEAR |
| 13 | |
| 14 | #endif /* __ASM_SH_CPU_SH4_RTC_H */ |