Searched defs:hpet_info (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c103 hpet_info_t hpet_info; /* Human readable Information */ variable
141 (void) memset(&hpet_info, 0, sizeof (hpet_info));
171 hpet_info.logical_address = la;
173 ret = hpet_read_gen_cap(&hpet_info);
174 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
[all...]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dhpet_acpi.h156 #define HRTIME_TO_HPET_TICKS(t) (((t) * HPET_FEMTO_TO_NANO) / hpet_info.period)
159 #define HRTIME_TO_HPET_TICKS(t) (((t) * HPET_FEMTO_TO_NANO) / hpet_info.period)
247 typedef struct hpet_info { struct
281 extern hpet_info_t hpet_info;

Completed in 45 milliseconds