Searched refs:msecs_to_loops (Results 1 – 4 of 4) sorted by relevance
37 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) macro45 int loops = msecs_to_loops(10); in vt8500_timer_read()64 int loops = msecs_to_loops(10); in vt8500_timer_set_next_event()
58 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) macro61 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()
860 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) macro866 unsigned long loops = msecs_to_loops(5); in _until_dmac_idle()