Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clocksource/
Dtimer-efm32.c262 static int has_clocksource, has_clockevent; in efm32_timer_init() local
265 if (!has_clocksource) { in efm32_timer_init()
268 has_clocksource = 1; in efm32_timer_init()
Dtimer-lpc32xx.c293 static int has_clocksource, has_clockevent; in lpc32xx_timer_init() local
296 if (!has_clocksource) { in lpc32xx_timer_init()
299 has_clocksource = 1; in lpc32xx_timer_init()
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()
Dsh_tmu.c63 bool has_clocksource; member
441 ch->tmu->has_clocksource = true; in sh_tmu_register()
622 if (tmu->has_clockevent || tmu->has_clocksource) in sh_tmu_probe()
Dsh_cmt.c123 bool has_clocksource; member
831 ch->cmt->has_clocksource = true; in sh_cmt_register()
1079 if (cmt->has_clockevent || cmt->has_clocksource) in sh_cmt_probe()