Home
last modified time | relevance | path

Searched refs:cvectors (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/acpica/
H A Dacpi_hpet.c479 uint32_t val, val2, cvectors, dvectors; in hpet_attach() local
660 cvectors = sc->allowed_irqs & 0xffff0000; in hpet_attach()
703 if (t->irq < 0 && (cvectors & t->vectors) != 0) { in hpet_attach()
704 cvectors &= t->vectors; in hpet_attach()
736 j = i = fls(cvectors) - 1; in hpet_attach()
737 while (j > 0 && (cvectors & (1 << (j - 1))) != 0) in hpet_attach()