Home
last modified time | relevance | path

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

/qemu/hw/timer/
H A Davr_timer16.c100 #define CNT(t16) VAL16(t16->cntl, t16->cnth)
101 #define OCRA(t16) VAL16(t16->ocral, t16->ocrah)
102 #define OCRB(t16) VAL16(t16->ocrbl, t16->ocrbh)
103 #define OCRC(t16) VAL16(t16->ocrcl, t16->ocrch)
104 #define ICR(t16) VAL16(t16->icrl, t16->icrh)
107 #define VAL16(l, h) ((h << 8) | l) macro