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

/linux-master/drivers/mmc/host/
H A Domap.c177 unsigned long tick_ns; local
180 tick_ns = DIV_ROUND_UP(NSEC_PER_SEC, slot->fclk_freq);
181 ndelay(8 * tick_ns);
444 unsigned long tick_ns; local
446 tick_ns = DIV_ROUND_UP(NSEC_PER_SEC, slot->fclk_freq);
447 ndelay(8*tick_ns);

Completed in 204 milliseconds