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

Go to the source code of this file.

Macros

#define STOP_VAL   (INTERSIL_STOP | INTERSIL_INT_ENABLE | INTERSIL_24H_MODE)
 
#define START_VAL   (INTERSIL_RUN | INTERSIL_INT_ENABLE | INTERSIL_24H_MODE)
 

Functions

unsigned long sun3_gettimeoffset (void)
 
int sun3_hwclk (int set, struct rtc_time *t)
 

Macro Definition Documentation

#define START_VAL   (INTERSIL_RUN | INTERSIL_INT_ENABLE | INTERSIL_24H_MODE)

Definition at line 23 of file intersil.c.

Definition at line 22 of file intersil.c.

Function Documentation

unsigned long sun3_gettimeoffset ( void  )

Definition at line 26 of file intersil.c.

int sun3_hwclk ( int  set,
struct rtc_time t 
)

Definition at line 34 of file intersil.c.