Searched refs:OSCR (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/include/mach/
H A Dmtd-xip.h22 /* we sample OSCR and convert desired delta to usec (1/4 ~= 1000000/3686400) */
23 #define xip_currtime() (OSCR)
24 #define xip_elapsed_since(x) (signed)((OSCR - (x)) / 4)
H A DSA-1100.h808 * OSCR Operating System (OS) timer Counter Register
822 #define OSCR __REG(0x90000010) /* OS timer Counter Reg. */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dmtd-xip.h23 /* we sample OSCR and convert desired delta to usec (1/4 ~= 1000000/3686400) */
24 #define xip_currtime() (OSCR)
25 #define xip_elapsed_since(x) (signed)((OSCR - (x)) / 4)
H A Dregs-ost.h15 #define OSCR __REG(0x40A00010) /* OS Timer Counter Register */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dtime.c56 unsigned long long v = cnt32_to_63(OSCR);
82 next = OSCR + delta;
84 oscr = OSCR;
122 return OSCR;
177 oscr = OSCR;
184 * register 0 and the OSCR, to guarantee that we will receive
186 * to OSCR to guarantee that OSCR is monotonically incrementing.
196 OSCR = oscr;
H A Dreset.c81 OSMR3 = OSCR + 368640; /* ... in 100 ms */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dsa1100_wdt.c53 OSMR3 = OSCR + pre_margin;
79 OSMR3 = OSCR + pre_margin;
113 OSMR3 = OSCR + pre_margin;
128 OSMR3 = OSCR + pre_margin;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/
H A Dtime.c41 next = OSCR + delta;
43 oscr = OSCR;
76 return OSCR;
139 * OSMR0 is the system timer: make sure OSCR is sufficiently behind
141 OSCR = OSMR0 - LATCH;
H A Dgeneric.c124 unsigned long long v = cnt32_to_63(OSCR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-sa1100.c171 unsigned long oscr = OSCR;
178 * Here we compare (match - OSCR) 8 instead of 0 --
181 while( (signed long)((osmr1 = OSMR1) - OSCR) <= 8 ) {
267 OSMR1 = timer_freq / rtc_freq + OSCR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dpxaficp_ir.c290 si->last_oscr = OSCR;
301 si->last_oscr = OSCR;
317 si->last_oscr = OSCR;
371 si->last_oscr = OSCR;
471 si->last_oscr = OSCR;
547 while ((unsigned)(OSCR - si->last_oscr)/4 < mtt)

Completed in 201 milliseconds