WDTP
val |= WDTP(sec_to_period(wdog->timeout));
val |= (TCR_WIE|TCR_WRC(WRC_CHIP)|WDTP(sec_to_period(wdog->timeout)));
#define WDTP_MASK (WDTP(0x3f))