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

/linux-master/arch/m68k/hp300/
H A Dtime.c35 static u32 clk_total, clk_offset; variable
66 clk_total += INTVAL;
97 ticks += clk_offset + clk_total;
/linux-master/arch/m68k/mvme147/
H A Dconfig.c101 static u32 clk_total; variable
118 clk_total += PCC_TIMER_CYCLES;
158 ticks += clk_total;
/linux-master/arch/m68k/bvme6000/
H A Dconfig.c156 static u32 clk_total, clk_offset; variable
171 clk_total += RTC_TIMER_CYCLES;
261 v += clk_offset + clk_total;
/linux-master/arch/m68k/atari/
H A Dtime.c41 static u32 clk_total; variable
52 clk_total += INT_TICKS;
91 ticks += clk_total;
/linux-master/arch/m68k/mac/
H A Dvia.c584 static u32 clk_total, clk_offset; variable
588 clk_total += VIA_TIMER_CYCLES;
634 ticks += clk_offset + clk_total;
/linux-master/arch/m68k/mvme16x/
H A Dconfig.c353 static u32 clk_total; variable
378 clk_total += PCC_TIMER_CYCLES;
424 ticks += clk_total;
/linux-master/arch/m68k/amiga/
H A Dconfig.c467 static u32 clk_total, clk_offset; variable
471 clk_total += jiffy_ticks;
532 ticks += clk_offset + clk_total;

Completed in 383 milliseconds