Home
last modified time | relevance | path

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

/qemu/include/hw/timer/
H A Dhpet.h23 #define FS_PER_NS 1000000 /* 1000000 femtoseconds == 1 ns */ macro
/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs51 const FS_PER_NS: u64 = 1000000; // 1000000 femtoseconds == 1 ns constant