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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dhpet_acpi.h127 uint32_t counter_clk_period; /* period in femtoseconds */ member in struct:hpet_gen_cap
259 hrtime_t period; /* counter_clk_period in Femto Secs */
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c174 hpet_info.gen_cap.counter_clk_period = HPET_GCAP_CNTR_CLK_PERIOD(ret);
185 if (hpet_info.gen_cap.counter_clk_period > HPET_MAX_CLK_PERIOD) {
187 (long)hpet_info.gen_cap.counter_clk_period,
247 hpet_info.period = hpet_info.gen_cap.counter_clk_period;

Completed in 72 milliseconds