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