Home
last modified time | relevance | path

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

/qemu/hw/timer/
H A Drenesas_tmr.c83 diff[cmia] = concat_reg(tmr->tcora) - concat_reg(tmr->tcnt); in update_events()
88 diff[cmia] = tmr->tcora[ch] - tmr->tcnt[ch]; in update_events()
235 return tmr->tcora[ch]; in tmr_read()
237 return concat_reg(tmr->tcora); in tmr_read()
296 tmr_write_count(tmr, ch, size, tmr->tcora, val); in tmr_write()
340 if (tcnt >= tcora) { in issue_event()
342 ret = tcnt - tcora; in issue_event()
383 tmr->tcora[ch], in timer_events()
391 concat_reg(tmr->tcora), in timer_events()
420 tmr->tcora[0] = tmr->tcora[1] = 0xff; in rtmr_reset()
[all …]
/qemu/include/hw/timer/
H A Drenesas_tmr.h44 uint8_t tcora[TMR_CH]; member