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

/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);
175 hpet_info.gen_cap.vendor_id = HPET_GCAP_VENDOR_ID(ret);
176 hpet_info.gen_cap.leg_route_cap = HPET_GCAP_LEG_ROUTE_CAP(ret);
177 hpet_info.gen_cap.count_size_cap = HPET_GCAP_CNT_SIZE_CAP(ret);
182 hpet_info.gen_cap.num_tim_cap = HPET_GCAP_NUM_TIM_CAP(ret) + 1;
183 hpet_info.gen_cap.rev_id = HPET_GCAP_REV_ID(ret);
185 if (hpet_info.gen_cap.counter_clk_period > HPET_MAX_CLK_PERIOD) {
187 (long)hpet_info.gen_cap.counter_clk_period,
192 num_timers = (uint_t)hpet_info.gen_cap.num_tim_cap;
247 hpet_info.period = hpet_info.gen_cap
[all...]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dhpet_acpi.h59 * uint64_t gen_cap;
248 hpet_gen_cap_t gen_cap; member in struct:hpet_info

Completed in 60 milliseconds