Home
last modified time | relevance | path

Searched refs:FS_PER_NS (Results 1 – 3 of 3) 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
742 (HPET_CLK_PERIOD * FS_PER_NS) << HPET_CAP_CNT_CLK_PERIOD_SHIFT, // 10 ns in realize()
/qemu/hw/timer/
H A Dhpet.c729 s->capability |= ((uint64_t)(HPET_CLK_PERIOD * FS_PER_NS) << 32); in hpet_realize()