Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dsh_timer.c23 #define TIMER_TCR_ICPE (3 << 6) macro
153 switch ((value & TIMER_TCR_ICPE) >> 6) { in sh_timer_write()