Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/timer/
H A Darc_timer.c26 uint timer_id; member
/openbmc/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
/openbmc/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs782 let timer_id: usize = ((addr - 0x100) / 0x20) as usize; in decode() localVariable