Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clocksource/
Dmps2-timer.c255 static int has_clocksource, has_clockevent; in mps2_timer_init() local
258 if (!has_clocksource) { in mps2_timer_init()
261 has_clocksource = 1; in mps2_timer_init()
Dtime-efm32.c265 static int has_clocksource, has_clockevent; in efm32_timer_init() local
268 if (!has_clocksource) { in efm32_timer_init()
271 has_clocksource = 1; in efm32_timer_init()
Dtime-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()
Dsh_tmu.c71 bool has_clocksource; member
449 ch->tmu->has_clocksource = true; in sh_tmu_register()
633 if (tmu->has_clockevent || tmu->has_clocksource) in sh_tmu_probe()
Dsh_cmt.c132 bool has_clocksource; member
848 ch->cmt->has_clocksource = true; in sh_cmt_register()
1070 if (cmt->has_clockevent || cmt->has_clocksource) in sh_cmt_probe()