Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clocksource/
Dtimer-cadence-ttc.c58 #define PRESCALE 2048 /* The exponent must match this */ macro
210 DIV_ROUND_CLOSEST(ttce->ttc.freq, PRESCALE * HZ)); in ttc_set_periodic()
367 err = clocksource_register_hz(&ttccs->cs, ttccs->ttc.freq / PRESCALE); in ttc_setup_clocksource()
375 ttccs->ttc.freq / PRESCALE); in ttc_setup_clocksource()
393 clockevents_update_freq(&ttcce->ce, ndata->new_rate / PRESCALE); in ttc_rate_change_clockevent_cb()
460 ttcce->ttc.freq / PRESCALE, 1, 0xfffe); in ttc_setup_clockevent()