Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/kernel/
H A Dsys_ia64.c174 s64 tick_ns; in ia64_clock_getres() local
191 tick_ns = DIV_ROUND_UP(NSEC_PER_SEC, local_cpu_data->itc_freq); in ia64_clock_getres()
192 rtn_tp = ns_to_timespec64(tick_ns); in ia64_clock_getres()
/openbmc/linux/drivers/mmc/host/
H A Domap.c179 unsigned long tick_ns; in mmc_omap_fclk_offdelay() local
182 tick_ns = DIV_ROUND_UP(NSEC_PER_SEC, slot->fclk_freq); in mmc_omap_fclk_offdelay()
183 ndelay(8 * tick_ns); in mmc_omap_fclk_offdelay()
446 unsigned long tick_ns; in mmc_omap_send_stop_work() local
448 tick_ns = DIV_ROUND_UP(NSEC_PER_SEC, slot->fclk_freq); in mmc_omap_send_stop_work()
449 ndelay(8*tick_ns); in mmc_omap_send_stop_work()