Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mtd/nand/raw/
Ds3c2410.c247 #define NS_IN_KHZ 1000000 macro
261 result = DIV_ROUND_UP((wanted * clk), NS_IN_KHZ); in s3c_nand_calc_rate()
277 #define to_ns(ticks, clk) (((ticks) * NS_IN_KHZ) / (unsigned int)(clk))