Home
last modified time | relevance | path

Searched refs:msecs_to_loops (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/clocksource/
H A Dtimer-vt8500.c37 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) macro
45 int loops = msecs_to_loops(10); in vt8500_timer_read()
64 int loops = msecs_to_loops(10); in vt8500_timer_set_next_event()
/linux/drivers/pwm/
H A Dpwm-vt8500.c57 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) macro
61 int loops = msecs_to_loops(10); in vt8500_pwm_busy_wait()
/linux/drivers/spi/
H A Dspi-s3c64xx.c126 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) macro
245 loops = msecs_to_loops(1); in s3c64xx_flush_fifo()
254 loops = msecs_to_loops(1); in s3c64xx_flush_fifo()
560 val = msecs_to_loops(timeout_ms); in s3c64xx_spi_wait_for_timeout()
596 val = msecs_to_loops(10); in s3c64xx_wait_for_dma()
642 val = msecs_to_loops(ms); in s3c64xx_wait_for_pio()
/linux/sound/soc/samsung/
H A Di2s.c28 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) macro
496 val = msecs_to_loops(1) / 1000; /* 1 usec */ in i2s_fifo()
/linux/drivers/dma/
H A Dpl330.c868 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) macro
874 unsigned long loops = msecs_to_loops(5); in _until_dmac_idle()