Searched defs:HPET_CLK_PERIOD (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/include/hw/timer/ | ||
| H A D | hpet.h | 21 #define HPET_CLK_PERIOD 10 /* 10 ns*/ macro |
| /openbmc/qemu/rust/hw/timer/hpet/src/ | ||
| H A D | device.rs | 52 const HPET_CLK_PERIOD: u64 = 10; // 10 ns constant |