Home
last modified time | relevance | path

Searched refs:cyc_per_usec (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/ia64/kernel/
Dtime.c317 local_cpu_data->cyc_per_usec = (itc_freq + USEC_PER_SEC/2) / USEC_PER_SEC; in ia64_init_itm()
412 unsigned long end = start + usecs*local_cpu_data->cyc_per_usec; in ia64_itc_udelay()
/linux-5.19.10/arch/ia64/include/asm/
Dprocessor.h199 unsigned long cyc_per_usec; /* itc_freq/1000000 */ member