Home
last modified time | relevance | path

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

/qemu/hw/timer/
H A Drenesas_tmr.c84 diff[cmib] = concat_reg(tmr->tcorb) - concat_reg(tmr->tcnt); in update_events()
89 diff[cmib] = tmr->tcorb[ch] - tmr->tcnt[ch]; in update_events()
242 return tmr->tcorb[ch]; in tmr_read()
244 return concat_reg(tmr->tcorb); in tmr_read()
299 tmr_write_count(tmr, ch, size, tmr->tcorb, val); in tmr_write()
355 if (tcnt >= tcorb) { in issue_event()
357 ret = tcnt - tcorb; in issue_event()
384 tmr->tcorb[ch]) & 0xff; in timer_events()
392 concat_reg(tmr->tcorb)); in timer_events()
421 tmr->tcorb[0] = tmr->tcorb[1] = 0xff; in rtmr_reset()
[all …]
/qemu/include/hw/timer/
H A Drenesas_tmr.h45 uint8_t tcorb[TMR_CH]; member