Searched refs:cyc_rtc (Results 1 – 1 of 1) sorted by relevance
25 uint64_t us_rtc, cyc_rtc; in test_sys_clock_freq() local56 cyc_rtc = (cyc_rtc_end - cyc_rtc_start); in test_sys_clock_freq()64 hz_rtc = (uint32_t)((cyc_rtc * USEC_PER_SEC) / us_rtc); in test_sys_clock_freq()70 iut_case_print("RTC : %llu cycles, %llu us, %u HZ\n", cyc_rtc, us_rtc, hz_rtc); in test_sys_clock_freq()