Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
vrtc.c File Reference
#include <linux/kernel.h>
#include <linux/export.h>
#include <linux/init.h>
#include <linux/sfi.h>
#include <linux/platform_device.h>
#include <asm/mrst.h>
#include <asm/mrst-vrtc.h>
#include <asm/time.h>
#include <asm/fixmap.h>

Go to the source code of this file.

Functions

unsigned char vrtc_cmos_read (unsigned char reg)
 
 EXPORT_SYMBOL_GPL (vrtc_cmos_read)
 
void vrtc_cmos_write (unsigned char val, unsigned char reg)
 
 EXPORT_SYMBOL_GPL (vrtc_cmos_write)
 
unsigned long vrtc_get_time (void)
 
int vrtc_set_mmss (unsigned long nowtime)
 
void __init mrst_rtc_init (void)
 
 module_init (mrst_device_create)
 

Function Documentation

EXPORT_SYMBOL_GPL ( vrtc_cmos_read  )
EXPORT_SYMBOL_GPL ( vrtc_cmos_write  )
module_init ( mrst_device_create  )
void __init mrst_rtc_init ( void  )

Definition at line 111 of file vrtc.c.

unsigned char vrtc_cmos_read ( unsigned char  reg)

Definition at line 33 of file vrtc.c.

void vrtc_cmos_write ( unsigned char  val,
unsigned char  reg 
)

Definition at line 48 of file vrtc.c.

unsigned long vrtc_get_time ( void  )

Definition at line 59 of file vrtc.c.

int vrtc_set_mmss ( unsigned long  nowtime)

Definition at line 89 of file vrtc.c.