Searched refs:TICKS2USECS (Results 1 – 2 of 2) sorted by relevance
36 #define TICKS2USECS(x) (256 * (x) / TICKS_PER_uSEC) macro40 #define TICKS2USECS(x) (16 * (x) / TICKS_PER_uSEC) macro44 #define TICKS2USECS(x) ((x) / TICKS_PER_uSEC) macro95 return TICKS2USECS(ticks1); in integrator_gettimeoffset()
41 #define TICKS2USECS(x) ((x) * 30) macro88 return TICKS2USECS(ticks); in mx1ads_gettimeoffset()