Home
last modified time | relevance | path

Searched defs:MS_TO_NS (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/media/
Drc-core.h245 #define MS_TO_NS(msec) ((msec) * 1000 * 1000) macro
/linux-4.4.14/arch/mips/include/asm/
Dkvm_host.h98 #define MS_TO_NS(x) (x * 1E6L) macro