Searched refs:RTC_COUNTER_ADDR (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/sn/
H A Dclksupport.h15 * RTC_COUNTER_ADDR - contains the address of the counter
24 #define RTC_COUNTER_ADDR ((long *)LOCAL_MMR_ADDR(SH_RTC)) macro
26 #define rtc_time() (*RTC_COUNTER_ADDR)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/kernel/sn2/
H A Dtimer.c28 return (cycle_t)readq(RTC_COUNTER_ADDR);
59 clocksource_sn2.fsys_mmio = RTC_COUNTER_ADDR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dmmtimer.c58 #define RTC_COUNTER_ADDR ((long *)LOCAL_MMR_ADDR(SH_RTC)) macro
60 #define rtc_time() (*RTC_COUNTER_ADDR)
382 ret = (((long)RTC_COUNTER_ADDR) & (PAGE_SIZE-1)) / 8;
410 RTC_COUNTER_ADDR, sizeof(unsigned long)))
444 mmtimer_addr = __pa(RTC_COUNTER_ADDR);

Completed in 163 milliseconds