Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/timer/
H A Dmpc83xx_timer.c96 struct mpc83xx_timer_priv *timer_priv; in interrupt_init() local
107 timer_priv = dev_get_priv(timer); in interrupt_init()
129 timer_priv->decrementer_count = (clk_get_rate(&clock) / 4) in interrupt_init()
134 set_dec(timer_priv->decrementer_count); in interrupt_init()