Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Daspeed_timer.c129 static inline uint32_t calculate_match(struct AspeedTimer *t, int i) in calculate_match() function
145 next = calculate_time(t, MAX(calculate_match(t, 0), calculate_match(t, 1))); in calculate_next()
150 next = calculate_time(t, MIN(calculate_match(t, 0), calculate_match(t, 1))); in calculate_next()
170 next = MAX(calculate_match(t, 0), calculate_match(t, 1)); in calculate_next()