|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | ARCH_RTC_LOCATION |
| #define | RTC_PORT(x) CPHYSADDR((long)dec_rtc_base) |
| #define | RTC_IO_EXTENT dec_kn_slot_size |
| #define | RTC_IOMAPPED 0 |
| #define | RTC_DEC_YEAR 0x3f /* Where we store the real year on DECs. */ |
| #define | RTC_ALWAYS_BCD 0 |
Variables | |
| volatile u8 * | dec_rtc_base |
| #define ARCH_RTC_LOCATION |
Definition at line 22 of file mc146818rtc.h.
| #define RTC_ALWAYS_BCD 0 |
Definition at line 41 of file mc146818rtc.h.
| #define RTC_DEC_YEAR 0x3f /* Where we store the real year on DECs. */ |
Definition at line 29 of file mc146818rtc.h.
| #define RTC_IO_EXTENT dec_kn_slot_size |
Definition at line 25 of file mc146818rtc.h.
| #define RTC_IOMAPPED 0 |
Definition at line 26 of file mc146818rtc.h.
| #define RTC_PORT | ( | x | ) | CPHYSADDR((long)dec_rtc_base) |
Definition at line 24 of file mc146818rtc.h.
| volatile u8* dec_rtc_base |
Definition at line 64 of file identify.c.
1.8.2