Lines Matching refs:mtmr
116 struct sfi_timer_table_entry *mtmr; in apbt_set_mapping() local
122 mtmr = sfi_get_mtmr(APBT_CLOCKEVENT0_NUM); in apbt_set_mapping()
123 if (mtmr == NULL) { in apbt_set_mapping()
128 apbt_address = (unsigned long)mtmr->phys_addr; in apbt_set_mapping()
142 apbt_freq = mtmr->freq_hz / USEC_PER_SEC; in apbt_set_mapping()
143 sfi_free_mtmr(mtmr); in apbt_set_mapping()
146 mtmr = sfi_get_mtmr(APBT_CLOCKSOURCE_NUM); in apbt_set_mapping()
147 if (mtmr == NULL) in apbt_set_mapping()
151 phy_cs_timer_id = (unsigned int)(mtmr->phys_addr & 0xff) in apbt_set_mapping()
254 struct sfi_timer_table_entry *mtmr; in apbt_clockevent_register() local
257 mtmr = sfi_get_mtmr(APBT_CLOCKEVENT0_NUM); in apbt_clockevent_register()
258 if (mtmr == NULL) { in apbt_clockevent_register()
269 apbt_clockevent.mult = div_sc((unsigned long) mtmr->freq_hz in apbt_clockevent_register()
304 sfi_free_mtmr(mtmr); in apbt_clockevent_register()