Searched refs:to_tpm (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | timer-imx-tpm.c | 127 static struct timer_of to_tpm = { variable 151 tpm_delay_timer.freq = timer_of_rate(&to_tpm) >> 3; in tpm_clocksource_init() 156 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 in tpm_timer_init() [all...] |
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | timer-imx-tpm.c | 127 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 in tpm_timer_init() [all...] |
Completed in 2 milliseconds