|
Linux Kernel
3.7.1
|
#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) |
| #define START_VAL (INTERSIL_RUN | INTERSIL_INT_ENABLE | INTERSIL_24H_MODE) |
Definition at line 23 of file intersil.c.
| #define STOP_VAL (INTERSIL_STOP | INTERSIL_INT_ENABLE | INTERSIL_24H_MODE) |
Definition at line 22 of file intersil.c.
Definition at line 26 of file intersil.c.
1.8.2