Searched defs:timer_id (Results 1 – 2 of 2) sorted by relevance
453 uint8_t timer_id = (addr - 0x100) / 0x20; in hpet_ram_read() local547 uint8_t timer_id = (addr - 0x100) / 0x20; in hpet_ram_write() local
782 let timer_id: usize = ((addr - 0x100) / 0x20) as usize; in decode() localVariable