Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dstellaris-gptm.c136 return s->match_prescale[0]; in gptm_read()
138 return s->match_prescale[1]; in gptm_read()
230 s->match_prescale[0] = value; in gptm_write()
233 s->match_prescale[0] = value; in gptm_write()
263 VMSTATE_UINT32_ARRAY(match_prescale, gptm_state, 2),
/openbmc/qemu/include/hw/timer/
H A Dstellaris-gptm.h40 uint32_t match_prescale[2]; member