Таймер: список регистров
TMR0_INTV_VALUE
Timer 0 Interval Value Note The value setting should consider the system clock and the timer clock source.
Команда U-Boot для чтения регистра
typedef union tmr0_intv_value_reg { struct { unsigned tmr0_intv_value : 32; } b; unsigned long w; } TMR0_INTV_VALUE_REG