Searched refs:last_count (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/timer/
H A Dnpcm-timer.c36 * @last_count: last hw counter value
41 u32 last_count; member in struct:npcm_timer_priv
52 if (val <= priv->last_count)
53 priv->counter += priv->last_count - val;
55 priv->counter += priv->last_count + (NPCM_TIMER_MAX_VAL + 1 - val);
56 priv->last_count = val;

Completed in 25 milliseconds