TIMER_CTL_REG
#define TIMER_CTL_REG(val) (0x10 * val + 0x10)
#define TIMER_CTL_REG(val, offset) (0x20 * (val) + 0x10 + (offset))