Searched refs:counthigh (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/timer/ |
H A D | slavio_timer.c | 56 uint32_t count, counthigh, reached; member 118 trace_slavio_timer_get_out(t->limit, t->counthigh, t->count); in slavio_timer_get_out() 120 t->counthigh = count >> 32; in slavio_timer_get_out() 131 trace_slavio_timer_irq(t->counthigh, t->count); in slavio_timer_irq() 159 ret = t->counthigh | t->reached; in slavio_timer_mem_readl() 221 t->counthigh = val & (TIMER_MAX_COUNT64 >> 32); in slavio_timer_mem_writel() 223 count = ((uint64_t)t->counthigh << 32) | t->count; in slavio_timer_mem_writel() 247 count = ((uint64_t)t->counthigh) << 32 | t->count; in slavio_timer_mem_writel() 350 VMSTATE_UINT32(counthigh, CPUTimerState),
|
H A D | trace-events | 4 slavio_timer_get_out(uint64_t limit, uint32_t counthigh, uint32_t count) "limit 0x%"PRIx64" count 0… 5 slavio_timer_irq(uint32_t counthigh, uint32_t count) "callback: count 0x%x0x%08x"
|