timer_latch        24 drivers/clocksource/timer-atmel-st.c static int timer_latch;
timer_latch        71 drivers/clocksource/timer-atmel-st.c 		while (((crtr - last_crtr) & AT91_ST_CRTV) >= timer_latch) {
timer_latch        72 drivers/clocksource/timer-atmel-st.c 			last_crtr += timer_latch;
timer_latch       133 drivers/clocksource/timer-atmel-st.c 	regmap_write(regmap_st, AT91_ST_PIMR, timer_latch);
timer_latch       234 drivers/clocksource/timer-atmel-st.c 	timer_latch = (sclk_rate + HZ / 2) / HZ;