Home
last modified time | relevance | path

Searched refs:NS_IN_KHZ (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/mtd/nand/raw/
H A Ds3c2410.c242 #define NS_IN_KHZ 1000000 macro
256 result = DIV_ROUND_UP((wanted * clk), NS_IN_KHZ); in s3c_nand_calc_rate()
272 #define to_ns(ticks, clk) (((ticks) * NS_IN_KHZ) / (unsigned int)(clk))