Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/char/
Dhpet.c76 static struct clocksource clocksource_hpet = { variable
914 clocksource_hpet.archdata.fsys_mmio = hpet_mctr; in hpet_alloc()
915 clocksource_register_hz(&clocksource_hpet, hpetp->hp_tick_freq); in hpet_alloc()
916 hpetp->hp_clocksource = &clocksource_hpet; in hpet_alloc()
917 hpet_clocksource = &clocksource_hpet; in hpet_alloc()
/linux-6.1.9/arch/x86/kernel/
Dhpet.c858 static struct clocksource clocksource_hpet = { variable
1094 clocksource_register_hz(&clocksource_hpet, (u32)hpet_freq); in hpet_enable()