Searched refs:msecs_to_loops (Results 1 – 5 of 5) 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()
55 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) macro58 int loops = msecs_to_loops(10); in vt8500_pwm_busy_wait()
120 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) macro221 loops = msecs_to_loops(1); in s3c64xx_flush_fifo()230 loops = msecs_to_loops(1); in s3c64xx_flush_fifo()503 val = msecs_to_loops(timeout_ms); in s3c64xx_spi_wait_for_timeout()539 val = msecs_to_loops(10); in s3c64xx_wait_for_dma()585 val = msecs_to_loops(ms); in s3c64xx_wait_for_pio()
30 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) macro498 val = msecs_to_loops(1) / 1000; /* 1 usec */ in i2s_fifo()
868 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) macro874 unsigned long loops = msecs_to_loops(5); in _until_dmac_idle()