Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Daspeed_timer.c78 static inline bool timer_overflow_interrupt(AspeedTimer *t) in timer_overflow_interrupt() function
163 if (timer_overflow_interrupt(t)) { in calculate_next()
197 interrupt = timer_overflow_interrupt(t) || !t->match[0] || !t->match[1]; in aspeed_timer_expire()