|
Linux Kernel
3.7.1
|
#include <asm/io.h>Go to the source code of this file.
Macros | |
| #define | RTC_PORT(x) (0x70 + (x)) |
| #define | RTC_ALWAYS_BCD 1 /* RTC operates in binary mode */ |
| #define | CMOS_READ(addr) |
| #define | CMOS_WRITE(val, addr) |
| #define | RTC_IRQ 8 |
| #define CMOS_READ | ( | addr | ) |
Definition at line 18 of file mc146818rtc_32.h.
Definition at line 11 of file mc146818rtc_32.h.
| #define RTC_IRQ 8 |
Definition at line 27 of file mc146818rtc_32.h.
| #define RTC_PORT | ( | x | ) | (0x70 + (x)) |
Definition at line 10 of file mc146818rtc_32.h.
1.8.2