Home
last modified time | relevance | path

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

/arch/arm/mach-omap2/
Dgpmc.c216 static unsigned int gpmc_ns_to_ticks(unsigned int time_ns) in gpmc_ns_to_ticks() argument
223 return (time_ns * 1000 + tick_ps - 1) / tick_ps; in gpmc_ns_to_ticks()