Home
last modified time | relevance | path

Searched refs:DEFAULT_RTC_INT_FREQ (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dhpet.c1094 * DEFAULT_RTC_INT_FREQ.
1104 #define DEFAULT_RTC_INT_FREQ 64 macro
1267 if (freq <= DEFAULT_RTC_INT_FREQ) { in hpet_set_periodic_freq()
1268 hpet_pie_limit = DEFAULT_RTC_INT_FREQ / freq; in hpet_set_periodic_freq()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dhpet.c1206 * DEFAULT_RTC_INT_FREQ.
1216 #define DEFAULT_RTC_INT_FREQ 64 macro
1379 if (freq <= DEFAULT_RTC_INT_FREQ) { in hpet_set_periodic_freq()
1380 hpet_pie_limit = DEFAULT_RTC_INT_FREQ / freq; in hpet_set_periodic_freq()

Completed in 4 milliseconds