Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dcadence_ttc.c139 int64_t cand = (uint64_t)s->reg_match[i] << 16; in cadence_timer_run()
175 int64_t m = (int64_t)s->reg_match[i] << 16; in cadence_timer_sync()
239 return s->reg_match[0]; in cadence_ttc_read_imp()
244 return s->reg_match[1]; in cadence_ttc_read_imp()
249 return s->reg_match[2]; in cadence_ttc_read_imp()
323 s->reg_match[0] = value & 0xffff; in cadence_ttc_write()
329 s->reg_match[1] = value & 0xffff; in cadence_ttc_write()
335 s->reg_match[2] = value & 0xffff; in cadence_ttc_write()
433 VMSTATE_UINT16_ARRAY(reg_match, CadenceTimerState, 3),
/openbmc/qemu/include/hw/timer/
H A Dcadence_ttc.h32 uint16_t reg_match[3]; member