Searched refs:tick_ns (Results 1 – 2 of 2) sorted by relevance
174 s64 tick_ns; in ia64_clock_getres() local191 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()
174 unsigned long tick_ns; in mmc_omap_fclk_offdelay() local177 tick_ns = DIV_ROUND_UP(NSEC_PER_SEC, slot->fclk_freq); in mmc_omap_fclk_offdelay()178 ndelay(8 * tick_ns); in mmc_omap_fclk_offdelay()433 unsigned long tick_ns; in mmc_omap_send_stop_work() local435 tick_ns = DIV_ROUND_UP(NSEC_PER_SEC, slot->fclk_freq); in mmc_omap_send_stop_work()436 ndelay(8*tick_ns); in mmc_omap_send_stop_work()
Completed in 10 milliseconds