Home
last modified time | relevance | path

Searched defs:ns_to_ticks (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/timer/
H A Dnrf51_timer.c28 static uint32_t ns_to_ticks(NRF51TimerState *s, int64_t ns) in ns_to_ticks() function
H A Dhpet.c132 static uint64_t ns_to_ticks(uint64_t value) in ns_to_ticks() function
/qemu/hw/intc/
H A Dopenpic.c186 static inline uint64_t ns_to_ticks(uint64_t ns) in ns_to_ticks() function
/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs162 const fn ns_to_ticks(value: u64) -> u64 { in ns_to_ticks() function