Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c214 hpet_info.gen_cap.counter_clk_period = HPET_GCAP_CNTR_CLK_PERIOD(ret); in hpet_early_init()
225 if (hpet_info.gen_cap.counter_clk_period > HPET_MAX_CLK_PERIOD) { in hpet_early_init()
227 (long)hpet_info.gen_cap.counter_clk_period, in hpet_early_init()
294 hpet_info.period = hpet_info.gen_cap.counter_clk_period; in hpet_early_init()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dhpet_acpi.h127 uint32_t counter_clk_period; /* period in femtoseconds */ member