
3 Jul
2013
3 Jul
'13
5:17 p.m.
Hi Macpaul,
For the case CONFIG_FTTMR010_EXT_CLK is not defined:
In reset_timer_masked(): lastdec = readl(&tmr->timer3_counter) / (CONFIG_SYS_CLK_FREQ / 2);
In get_timer_masked(): ulong now = readl(&tmr->timer3_counter) / (CONFIG_SYS_CLK_FREQ / 2 / 1024);
The code looks strange. (Why one needs to be divided by 1024 and the other one does not?) I'm not sure which one is correct.
Regards, Axel