Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpica/
H A Dacpi_hpet.c478 static int maxhpetet = 0; in hpet_attach() local
790 if (maxhpetet == 0) in hpet_attach()
793 sprintf(t->name, "HPET%d", maxhpetet); in hpet_attach()
814 maxhpetet++; in hpet_attach()