Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dgp_timer_local.h
/openbmc/u-boot/drivers/timer/
H A Darc_timer.c26 uint timer_id; member
/openbmc/linux/drivers/clocksource/
Dtimer-digicolor.c
/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