Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-clps711x/
Dtime.c42 unsigned long hwticks; in clps711x_gettimeoffset() local
43 hwticks = LATCH - (clps_readl(TC2D) & 0xffff); /* since last underflow */ in clps711x_gettimeoffset()
44 return (hwticks * (tick_nsec / 1000)) / LATCH; in clps711x_gettimeoffset()