Searched refs:time_ns (Results 1 – 1 of 1) sorted by relevance
216 static unsigned int gpmc_ns_to_ticks(unsigned int time_ns) in gpmc_ns_to_ticks() argument223 return (time_ns * 1000 + tick_ps - 1) / tick_ps; in gpmc_ns_to_ticks()