Searched refs:hwticks (Results 1 – 1 of 1) sorted by relevance
42 unsigned long hwticks; in clps711x_gettimeoffset() local43 hwticks = LATCH - (clps_readl(TC2D) & 0xffff); /* since last underflow */ in clps711x_gettimeoffset()44 return (hwticks * (tick_nsec / 1000)) / LATCH; in clps711x_gettimeoffset()