Home
last modified time | relevance | path

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

/qemu/hw/timer/
H A Drenesas_cmt.c62 next_time = cmt->cmcor[ch] - cmt->cmcnt[ch]; in update_events()
87 return cmt->cmcnt[ch] + delta; in read_cmcnt()
89 return cmt->cmcnt[ch]; in read_cmcnt()
160 cmt->cmcnt[ch] = val; in cmt_write()
193 cmt->cmcnt[ch] = 0; in timer_events()
220 cmt->cmcnt[0] = cmt->cmcnt[1] = 0; in rcmt_reset()
248 VMSTATE_UINT16_ARRAY(cmcnt, RCMTState, CMT_CH),
/qemu/include/hw/timer/
H A Drenesas_cmt.h36 uint16_t cmcnt[CMT_CH]; member