Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/au1000/common/
Dtime.c70 static unsigned long last_pc0, last_match20; variable
136 if (pc0 < last_match20) { in counter0_irq()
138 time_elapsed = (0xffffffff - last_match20) + pc0; in counter0_irq()
141 time_elapsed = pc0 - last_match20; in counter0_irq()
147 last_match20 += MATCH20_INC; in counter0_irq()
152 au_writel(last_match20 + MATCH20_INC, SYS_TOYMATCH2); in counter0_irq()
175 if (pc0 < last_match20) { in wakeup_counter0_adjust()
177 time_elapsed = (0xffffffff - last_match20) + pc0; in wakeup_counter0_adjust()
180 time_elapsed = pc0 - last_match20; in wakeup_counter0_adjust()
185 last_match20 += MATCH20_INC; in wakeup_counter0_adjust()
[all …]