Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
mc146818rtc.h File Reference
#include <linux/types.h>
#include <asm/addrspace.h>
#include <asm/dec/system.h>

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 u8dec_rtc_base
 

Macro Definition Documentation

#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.

Variable Documentation

volatile u8* dec_rtc_base

Definition at line 64 of file identify.c.