Searched defs:MSECS (Results 1 – 6 of 6) sorted by relevance
10 #define MSECS(t) (HZ * ((t) / 1000) + (HZ * ((t) % 1000)) / 1000) macro
344 #define MSECS 10000UL in msi2500_convert_stream() macro
245 #define MSECS 10000UL in airspy_convert_stream() macro
195 #define MSECS 10000UL in rtl2832_sdr_convert_stream() macro
461 #define MSECS 10000UL in hackrf_copy_stream() macro
2910 #define MSECS(t) msecs_to_jiffies(t) macro