Home
last modified time | relevance | path

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

/drivers/clocksource/
Dtimer-cadence-ttc.c56 #define PRESCALE 2048 /* The exponent must match this */ macro
208 DIV_ROUND_CLOSEST(ttce->ttc.freq, PRESCALE * HZ)); in ttc_set_periodic()
365 err = clocksource_register_hz(&ttccs->cs, ttccs->ttc.freq / PRESCALE); in ttc_setup_clocksource()
373 ttccs->ttc.freq / PRESCALE); in ttc_setup_clocksource()
391 clockevents_update_freq(&ttcce->ce, ndata->new_rate / PRESCALE); in ttc_rate_change_clockevent_cb()
462 ttcce->ttc.freq / PRESCALE, 1, 0xfffe); in ttc_setup_clockevent()