Home
last modified time | relevance | path

Searched refs:has_clocksource (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/clocksource/
H A Dmps2-timer.c251 static int has_clocksource, has_clockevent; in mps2_timer_init() local
254 if (!has_clocksource) { in mps2_timer_init()
257 has_clocksource = 1; in mps2_timer_init()
H A Dtimer-lpc32xx.c289 static int has_clocksource, has_clockevent; in lpc32xx_timer_init() local
292 if (!has_clocksource) { in lpc32xx_timer_init()
295 has_clocksource = 1; in lpc32xx_timer_init()
H A Dsh_tmu.c67 bool has_clocksource; member
445 ch->tmu->has_clocksource = true; in sh_tmu_register()
627 if (tmu->has_clockevent || tmu->has_clocksource) in sh_tmu_probe()
H A Dsh_cmt.c128 bool has_clocksource; member
880 ch->cmt->has_clocksource = true; in sh_cmt_register()
1150 if (cmt->has_clockevent || cmt->has_clocksource) in sh_cmt_probe()