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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/common/
H A Dtime.c63 static unsigned long last_pc0, last_match20; variable
150 last_pc0 = pc0;
256 last_pc0 = last_match20 = au_readl(SYS_TOYREAD);
288 if (pc0 < last_pc0) {
289 offset = 0xffffffff - last_pc0 + pc0;
293 offset = (unsigned long)(((pc0 - last_pc0) * 305) / 10);
295 if ((pc0-last_pc0) > 2*MATCH20_INC) {
296 printk("huge offset %x, last_pc0 %x last_match20 %x pc0 %x\n",
297 (unsigned)offset, (unsigned)last_pc0,

Completed in 31 milliseconds