Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/clocksource/
Dtimer-cadence-ttc.c59 #define PRESCALE 2048 /* The exponent must match this */ macro
211 DIV_ROUND_CLOSEST(ttce->ttc.freq, PRESCALE * HZ)); in ttc_set_periodic()
368 err = clocksource_register_hz(&ttccs->cs, ttccs->ttc.freq / PRESCALE); in ttc_setup_clocksource()
376 ttccs->ttc.freq / PRESCALE); in ttc_setup_clocksource()
394 clockevents_update_freq(&ttcce->ce, ndata->new_rate / PRESCALE); in ttc_rate_change_clockevent_cb()
461 ttcce->ttc.freq / PRESCALE, 1, 0xfffe); in ttc_setup_clockevent()