Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Davr_timer16.c100 #define CNT(t16) VAL16(t16->cntl, t16->cnth)
124 t16->cnth = (uint8_t)((cnt & 0xff00) >> 8); in avr_timer16_update_cnt()
136 t16->cnth = 0; in avr_timer16_clock_reset()
330 t16->rtmp = t16->cnth; in avr_timer16_read()
428 t16->cnth = t16->rtmp; in avr_timer16_write()
/openbmc/qemu/include/hw/timer/
H A Davr_timer16.h68 uint8_t cnth; member