Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Dtimer-imx-tpm.c127 static struct timer_of to_tpm = { variable
151 tpm_delay_timer.freq = timer_of_rate(&to_tpm) >> 3; in tpm_clocksource_init()
155 timer_of_rate(&to_tpm) >> 3); in tpm_clocksource_init()
160 timer_of_rate(&to_tpm) >> 3, in tpm_clocksource_init()
161 to_tpm.clkevt.rating, in tpm_clocksource_init()
168 clockevents_config_and_register(&to_tpm.clkevt, in tpm_clockevent_init()
169 timer_of_rate(&to_tpm) >> 3, in tpm_clockevent_init()
193 ret = timer_of_init(np, &to_tpm); in tpm_timer_init()
197 timer_base = timer_of_base(&to_tpm); in tpm_timer_init()
202 to_tpm.clkevt.rating = counter_width == 0x20 ? 200 : 150; in tpm_timer_init()