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

Go to the source code of this file.

Macros

#define RTC_COUNTER_ADDR   ((long *)LOCAL_MMR_ADDR(SH_RTC))
 
#define rtc_time()   (*RTC_COUNTER_ADDR)
 

Variables

unsigned long sn_rtc_cycles_per_second
 

Macro Definition Documentation

#define RTC_COUNTER_ADDR   ((long *)LOCAL_MMR_ADDR(SH_RTC))

Definition at line 24 of file clksupport.h.

#define rtc_time ( )    (*RTC_COUNTER_ADDR)

Definition at line 26 of file clksupport.h.

Variable Documentation

unsigned long sn_rtc_cycles_per_second

Definition at line 68 of file setup.c.