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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-sa1100/
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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-pxa/
H A Dmtd-xip.h24 /* we sample OSCR and convert desired delta to usec (1/4 ~= 1000000/3686400) */
25 #define xip_currtime() (OSCR)
26 #define xip_elapsed_since(x) (signed)((OSCR - (x)) / 4)
H A Dsystem.h32 OSMR3 = OSCR + 368640; /* ... in 100 ms */
H A Dpxa-regs.h1082 #define OSCR __REG(0x40A00010) /* OS Timer Counter Register */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dtime.c63 ticks_to_match = OSMR0 - OSCR;
105 } while ((signed long)(next_match - OSCR) <= 0);
134 OSMR0 = OSCR + LATCH; /* set initial match */
160 if ((signed long)(initial_match - OSCR) <= 0)
196 * OSMR0 is the system timer: make sure OSCR is sufficiently behind
198 OSCR = OSMR0 - LATCH;
H A Dgeneric.c133 unsigned long long v = cnt32_to_63(OSCR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dsa1100_wdt.c53 OSMR3 = OSCR + pre_margin;
80 OSMR3 = OSCR + pre_margin;
123 OSMR3 = OSCR + pre_margin;
131 OSMR3 = OSCR + pre_margin;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Dtime.c75 } while( (signed long)(next_match - OSCR) <= 8 );
90 return OSCR;
118 OSMR0 = OSCR + LATCH; /* set initial match */
122 * OSCR runs continuously on PXA and is not written to,
152 if ( (signed long)(initial_match - OSCR) <= 8 )
187 * OSMR0 is the system timer: make sure OSCR is sufficiently behind
189 OSCR = OSMR0 - LATCH;
H A Dgeneric.c59 unsigned long long v = cnt32_to_63(OSCR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Drtc-sa1100.c135 unsigned long oscr = OSCR;
142 * Here we compare (match - OSCR) 8 instead of 0 --
145 while( (signed long)((osmr1 = OSMR1) - OSCR) <= 8 ) {
231 OSMR1 = TIMER_FREQ/rtc_freq + OSCR;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dpxaficp_ir.c229 si->last_oscr = OSCR;
241 si->last_oscr = OSCR;
258 si->last_oscr = OSCR;
312 si->last_oscr = OSCR;
414 si->last_oscr = OSCR;
490 while ((unsigned)(OSCR - si->last_oscr)/4 < mtt)

Completed in 119 milliseconds