Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clocksource/
Dtimer-cadence-ttc.c321 u32 timer_width) in ttc_setup_clocksource() argument
353 ttccs->cs.mask = CLOCKSOURCE_MASK(timer_width); in ttc_setup_clocksource()
374 sched_clock_register(ttc_sched_clock_read, timer_width, in ttc_setup_clocksource()
476 u32 timer_width = 16; in ttc_timer_probe() local
501 of_property_read_u32(timer, "timer-width", &timer_width); in ttc_timer_probe()
519 ret = ttc_setup_clocksource(clk_cs, timer_baseaddr, timer_width); in ttc_timer_probe()