Home
last modified time | relevance | path

Searched refs:HPET_CAP_NUM_TIM_SHIFT (Results 1 – 1 of 1) sorted by relevance

/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs57 const HPET_CAP_NUM_TIM_SHIFT: usize = 8; constant
741 ((self.num_timers - 1) as u64) << HPET_CAP_NUM_TIM_SHIFT | // indicate the last timer in realize()