Searched refs:to_ns (Results 1 – 2 of 2) sorted by relevance
252 #define to_ns(ticks, clk) (((ticks) * NS_IN_KHZ) / (unsigned int)(clk)) macro295 tacls, to_ns(tacls, clkrate), twrph0, to_ns(twrph0, clkrate), in s3c2410_nand_setrate()296 twrph1, to_ns(twrph1, clkrate)); in s3c2410_nand_setrate()
60 #define to_ns(cycles) ((cycles)*120) macro