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