cycle_ns          130 arch/arm/include/asm/dma.h extern void set_dma_speed(unsigned int chan, int cycle_ns);
cycle_ns          240 arch/arm/kernel/dma.c void set_dma_speed(unsigned int chan, int cycle_ns)
cycle_ns          246 arch/arm/kernel/dma.c 		ret = dma->d_ops->setspeed(chan, dma, cycle_ns);
cycle_ns          925 drivers/mmc/host/omap.c 	unsigned int timeout, cycle_ns;
cycle_ns          928 drivers/mmc/host/omap.c 	cycle_ns = 1000000000 / host->current_slot->fclk_freq;
cycle_ns          929 drivers/mmc/host/omap.c 	timeout = req->data->timeout_ns / cycle_ns;
cycle_ns         1306 drivers/mmc/host/omap_hsmmc.c 	unsigned int cycle_ns;
cycle_ns         1314 drivers/mmc/host/omap_hsmmc.c 	cycle_ns = 1000000000 / (host->clk_rate / clkd);
cycle_ns         1315 drivers/mmc/host/omap_hsmmc.c 	do_div(timeout, cycle_ns);