Home
last modified time | relevance | path

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

/qemu/hw/timer/
H A Dhpet.c453 uint8_t timer_id = (addr - 0x100) / 0x20; in hpet_ram_read() local
547 uint8_t timer_id = (addr - 0x100) / 0x20; in hpet_ram_write() local
/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs782 let timer_id: usize = ((addr - 0x100) / 0x20) as usize; in decode() localVariable