Home
last modified time | relevance | path

Searched refs:periodic_cyc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/clocksource/
H A Dtimer-fsl-ftm.c25 unsigned long periodic_cyc; member
149 ftm_set_next_event(priv->periodic_cyc, evt); in ftm_set_periodic()
281 * if the 'freq' value is to big here, then the periodic_cyc in ftm_calc_closest_round_cyc()
285 priv->periodic_cyc = DIV_ROUND_CLOSEST(freq, in ftm_calc_closest_round_cyc()
287 } while (priv->periodic_cyc > 0xFFFF); in ftm_calc_closest_round_cyc()
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dtimer-fsl-ftm.c25 unsigned long periodic_cyc; member
149 ftm_set_next_event(priv->periodic_cyc, evt); in ftm_set_periodic()
281 * if the 'freq' value is to big here, then the periodic_cyc in ftm_calc_closest_round_cyc()
285 priv->periodic_cyc = DIV_ROUND_CLOSEST(freq, in ftm_calc_closest_round_cyc()
287 } while (priv->periodic_cyc > 0xFFFF); in ftm_calc_closest_round_cyc()

Completed in 2 milliseconds