Searched refs:num_timers (Results 1 – 1 of 1) sorted by relevance
113 int num_timers; member326 for (i = 0; i < sc->num_timers; i++) { in hpet_intr()475 int i, j, num_msi, num_timers, num_percpu_et, num_percpu_t, cur_cpu; in hpet_attach() local519 num_timers = 1 + ((sc->caps & HPET_CAP_NUM_TIM) >> 8); in hpet_attach()526 if (vendor == HPET_VENDID_AMD && rev < 0x10 && num_timers > 0) in hpet_attach()527 num_timers--; in hpet_attach()531 if (hpet_region_size < HPET_TIMER_CAP_CNF(num_timers)) { in hpet_attach()534 hpet_region_size, num_timers); in hpet_attach()540 sc->num_timers = num_timers; in hpet_attach()546 num_timers, in hpet_attach()[all …]