Searched refs:hpet_info (Results 1 – 2 of 2) sorted by relevance
103 hpet_info_t hpet_info; /* Human readable Information */ variable141 (void) memset(&hpet_info, 0, sizeof (hpet_info)); in hpet_acpi_init()171 hpet_info.logical_address = la; in hpet_acpi_init()173 ret = hpet_read_gen_cap(&hpet_info); in hpet_acpi_init()174 hpet_info.gen_cap.counter_clk_period = HPET_GCAP_CNTR_CLK_PERIOD(ret); in hpet_acpi_init()175 hpet_info.gen_cap.vendor_id = HPET_GCAP_VENDOR_ID(ret); in hpet_acpi_init()176 hpet_info.gen_cap.leg_route_cap = HPET_GCAP_LEG_ROUTE_CAP(ret); in hpet_acpi_init()177 hpet_info.gen_cap.count_size_cap = HPET_GCAP_CNT_SIZE_CAP(ret); in hpet_acpi_init()182 hpet_info.gen_cap.num_tim_cap = HPET_GCAP_NUM_TIM_CAP(ret) + 1; in hpet_acpi_init()183 hpet_info.gen_cap.rev_id = HPET_GCAP_REV_ID(ret); in hpet_acpi_init()[all …]
156 #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 { struct281 extern hpet_info_t hpet_info; argument