Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/core/
Dhost.c96 unsigned long tick_ns; in mmc_host_clk_gate_delayed() local
120 tick_ns = DIV_ROUND_UP(1000000000, freq); in mmc_host_clk_gate_delayed()
121 ndelay(host->clk_delay * tick_ns); in mmc_host_clk_gate_delayed()
/linux-4.1.27/drivers/mmc/host/
Domap.c177 unsigned long tick_ns; in mmc_omap_fclk_offdelay() local
180 tick_ns = DIV_ROUND_UP(NSEC_PER_SEC, slot->fclk_freq); in mmc_omap_fclk_offdelay()
181 ndelay(8 * tick_ns); in mmc_omap_fclk_offdelay()
436 unsigned long tick_ns; in mmc_omap_send_stop_work() local
438 tick_ns = DIV_ROUND_UP(NSEC_PER_SEC, slot->fclk_freq); in mmc_omap_send_stop_work()
439 ndelay(8*tick_ns); in mmc_omap_send_stop_work()