Searched refs:num_timers (Results 1 – 2 of 2) sorted by relevance
117 int num_timers; member325 for (i = 0; i < sc->num_timers; i++) { in hpet_intr()472 int i, j, num_msi, num_timers, num_percpu_et, num_percpu_t, cur_cpu; in hpet_attach() local514 num_timers = 1 + ((sc->caps & HPET_CAP_NUM_TIM) >> 8); in hpet_attach()521 if (vendor == HPET_VENDID_AMD && rev < 0x10 && num_timers > 0) in hpet_attach()522 num_timers--; in hpet_attach()523 sc->num_timers = num_timers; in hpet_attach()529 num_timers, in hpet_attach()532 for (i = 0; i < num_timers; i++) { in hpet_attach()646 for (i = 0; i < num_timers; i++) { in hpet_attach()[all …]
187 int num_timers; member990 timer_list.num_timers++; in create_timer()991 timer_ptr->timer_id = timer_list.num_timers; in create_timer()