Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dsh_timer.c39 uint32_t tcor; member
69 return s->tcor; in sh_timer_read()
91 s->tcor = value; in sh_timer_write()
93 ptimer_set_limit(s->timer, s->tcor, 0); in sh_timer_write()
184 ptimer_set_limit(s->timer, s->tcor, 0); in sh_timer_write()
235 s->tcor = 0xffffffff; in sh_timer_init()
244 sh_timer_write(s, OFFSET_TCOR >> 2, s->tcor); in sh_timer_init()
H A Drenesas_tmr.c457 VMSTATE_UINT8_ARRAY(tcor, RTMRState, TMR_CH),
/openbmc/qemu/include/hw/timer/
H A Drenesas_tmr.h48 uint8_t tcor[TMR_CH]; member