Searched defs:to_ns (Results 1 – 3 of 3) sorted by relevance
93 static inline unsigned int to_ns(unsigned int us) in to_ns() function
62 #define to_ns(cycles) ((cycles)*120) macro
270 #define to_ns(ticks, clk) (((ticks) * NS_IN_KHZ) / (unsigned int)(clk)) macro