Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
mrst-vrtc.h File Reference

Go to the source code of this file.

Functions

unsigned char vrtc_cmos_read (unsigned char reg)
 
void vrtc_cmos_write (unsigned char val, unsigned char reg)
 
unsigned long vrtc_get_time (void)
 
int vrtc_set_mmss (unsigned long nowtime)
 

Function Documentation

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.