Searched refs:msecs_to_loops (Results 1 – 6 of 6) sorted by relevance
50 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) macro58 int loops = msecs_to_loops(10); in vt8500_timer_read()77 int loops = msecs_to_loops(10); in vt8500_timer_set_next_event()
66 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) macro69 int loops = msecs_to_loops(10); in pwm_busy_wait()
117 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) macro209 loops = msecs_to_loops(1); in s3c64xx_flush_fifo()218 loops = msecs_to_loops(1); in s3c64xx_flush_fifo()432 val = msecs_to_loops(timeout_ms); in s3c64xx_spi_wait_for_timeout()467 val = msecs_to_loops(10); in s3c64xx_wait_for_dma()500 val = msecs_to_loops(ms); in s3c64xx_wait_for_pio()
216 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) macro225 unsigned long loops = msecs_to_loops(5); in s3c2412_snd_lrsync()
35 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) macro464 val = msecs_to_loops(1) / 1000; /* 1 usec */ in i2s_fifo()
854 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) macro860 unsigned long loops = msecs_to_loops(5); in _until_dmac_idle()