Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/acpica/
Dacpi_hpet.c478 static int maxhpetet = 0; in hpet_attach() local
777 if (maxhpetet == 0) in hpet_attach()
780 sprintf(t->name, "HPET%d", maxhpetet); in hpet_attach()
801 maxhpetet++; in hpet_attach()