Searched refs:cyc_hpet (Results 1 – 1 of 1) sorted by relevance
26 uint64_t us_hpet, cyc_hpet; in test_sys_clock_freq() local59 cyc_hpet = (cyc_hpet_end - cyc_hpet_start); in test_sys_clock_freq()65 hz_hpet = (uint32_t)((cyc_hpet * USEC_PER_SEC) / us_hpet); in test_sys_clock_freq()68 psec_hpet = (uint32_t)((us_hpet * PSEC_PER_USEC) / cyc_hpet); in test_sys_clock_freq()71 iut_case_print("HPET: %llu cycles, %llu us, %u HZ\n", cyc_hpet, us_hpet, hz_hpet); in test_sys_clock_freq()