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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/au1000/common/
H A Dtime.c62 static unsigned long last_pc0, last_match20; variable
123 if (pc0 < last_match20) {
125 time_elapsed = (0xffffffff - last_match20) + pc0;
128 time_elapsed = pc0 - last_match20;
137 last_match20 += MATCH20_INC;
142 au_writel(last_match20 + MATCH20_INC, SYS_TOYMATCH2);
170 if (pc0 < last_match20) {
172 time_elapsed = (0xffffffff - last_match20) + pc0;
175 time_elapsed = pc0 - last_match20;
180 last_match20
[all...]

Completed in 93 milliseconds