Searched refs:clocksource_hpet (Results 1 – 2 of 2) sorted by relevance
76 static struct clocksource clocksource_hpet = { variable938 clocksource_hpet.archdata.fsys_mmio = hpet_mctr; in hpet_alloc()939 clocksource_register_hz(&clocksource_hpet, hpetp->hp_tick_freq); in hpet_alloc()940 hpetp->hp_clocksource = &clocksource_hpet; in hpet_alloc()941 hpet_clocksource = &clocksource_hpet; in hpet_alloc()
858 static struct clocksource clocksource_hpet = { variable1095 clocksource_hpet.flags |= CLOCK_SOURCE_MUST_VERIFY; in hpet_enable()1096 clocksource_register_hz(&clocksource_hpet, (u32)hpet_freq); in hpet_enable()