Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/mmc/core/
Dhost.c66 unsigned long tick_ns; in mmc_host_clk_gate_delayed() local
90 tick_ns = DIV_ROUND_UP(1000000000, freq); in mmc_host_clk_gate_delayed()
91 ndelay(host->clk_delay * tick_ns); in mmc_host_clk_gate_delayed()
/linux-2.6.39/arch/arm/mach-omap2/
Dgpmc-onenand.c177 int tick_ns, div, fclk_offset_ns, fclk_offset, gpmc_clk_ns, latency; in omap2_onenand_set_sync_mode() local
241 tick_ns = gpmc_ticks_to_ns(1); in omap2_onenand_set_sync_mode()
/linux-2.6.39/drivers/mmc/host/
Domap.c180 unsigned long tick_ns; in mmc_omap_fclk_offdelay() local
183 tick_ns = (1000000000 + slot->fclk_freq - 1) / slot->fclk_freq; in mmc_omap_fclk_offdelay()
184 ndelay(8 * tick_ns); in mmc_omap_fclk_offdelay()
429 unsigned long tick_ns; in mmc_omap_send_stop_work() local
431 tick_ns = (1000000000 + slot->fclk_freq - 1)/slot->fclk_freq; in mmc_omap_send_stop_work()
432 ndelay(8*tick_ns); in mmc_omap_send_stop_work()