Searched refs:host_dt (Results 1 – 1 of 1) sorted by relevance
20 static volatile uint32_t host_dt; in ZTEST() local28 host_dt = 0; in ZTEST()29 intel_adsp_ipc_set_message_handler(INTEL_ADSP_IPC_HOST_DEV, clock_msg, (void *)&host_dt); in ZTEST()34 AWAIT(host_dt != 0); in ZTEST()37 hz = 1000000ULL * (cyc1 - cyc0) / host_dt; in ZTEST()38 printk("CLOCK: %lld Hz\n", (1000000ULL * (cyc1 - cyc0)) / host_dt); in ZTEST()