Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
rtc.c File Reference
#include <linux/time.h>
#include <asm/rtc.h>
#include <asm/io.h>

Go to the source code of this file.

Macros

#define TWENTY_YEARS   ((20 * 365LU + 5) * 86400)
 
#define AICA_RTC_SECS_H   0xa0710000
 
#define AICA_RTC_SECS_L   0xa0710004
 

Functions

void aica_time_init (void)
 

Macro Definition Documentation

#define AICA_RTC_SECS_H   0xa0710000

Definition at line 24 of file rtc.c.

#define AICA_RTC_SECS_L   0xa0710004

Definition at line 25 of file rtc.c.

#define TWENTY_YEARS   ((20 * 365LU + 5) * 86400)

Definition at line 20 of file rtc.c.

Function Documentation

void aica_time_init ( void  )

Definition at line 76 of file rtc.c.