Lines Matching refs:to_tpm
127 static struct timer_of to_tpm = {
151 tpm_delay_timer.freq = timer_of_rate(&to_tpm) >> 3;
155 timer_of_rate(&to_tpm) >> 3);
160 timer_of_rate(&to_tpm) >> 3,
161 to_tpm.clkevt.rating,
168 clockevents_config_and_register(&to_tpm.clkevt,
169 timer_of_rate(&to_tpm) >> 3,
193 ret = timer_of_init(np, &to_tpm);
197 timer_base = timer_of_base(&to_tpm);
202 to_tpm.clkevt.rating = counter_width == 0x20 ? 200 : 150;