Таймер: список регистров
Unused
TMR1_IRQ_EN
Timer 1 Interrupt Enable 0: Disable 1: Enable
TMR0_IRQ_EN
Timer 0 Interrupt Enable 0: Disable 1: Enable
Команда U-Boot для чтения регистра
typedef union tmr_irq_en_reg { struct { unsigned tmr0_irq_en : 1; unsigned tmr1_irq_en : 1; unsigned unused0 : 30; } b; unsigned long w; } TMR_IRQ_EN_REG