Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dsh_timer.c28 #define TIMER_FEAT_CAPT (1 << 0) macro
75 if (s->feat & TIMER_FEAT_CAPT) { in sh_timer_read()
158 if (s->feat & TIMER_FEAT_CAPT) { in sh_timer_write()
172 if ((value & TIMER_TCR_ICPF) && (!(s->feat & TIMER_FEAT_CAPT))) { in sh_timer_write()
193 if (s->feat & TIMER_FEAT_CAPT) { in sh_timer_write()
359 s->timer[2] = sh_timer_init(freq, timer_feat | TIMER_FEAT_CAPT, in tmu012_init()