Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c215 hpet_info.gen_cap.vendor_id = HPET_GCAP_VENDOR_ID(ret); in hpet_early_init()
216 hpet_info.gen_cap.leg_route_cap = HPET_GCAP_LEG_ROUTE_CAP(ret); in hpet_early_init()
217 hpet_info.gen_cap.count_size_cap = HPET_GCAP_CNT_SIZE_CAP(ret); in hpet_early_init()
222 hpet_info.gen_cap.num_tim_cap = HPET_GCAP_NUM_TIM_CAP(ret) + 1; in hpet_early_init()
223 hpet_info.gen_cap.rev_id = HPET_GCAP_REV_ID(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()
232 num_timers = (uint_t)hpet_info.gen_cap.num_tim_cap; in hpet_early_init()
294 hpet_info.period = hpet_info.gen_cap.counter_clk_period; in hpet_early_init()
648 if (hip->gen_cap.count_size_cap == 0) { in hpet_read_main_counter_value()
[all …]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dhpet_acpi.h248 hpet_gen_cap_t gen_cap; member