CCR_HOUR
tm->tm_hour = bcd2bin(buf[CCR_HOUR] & 0x3F); /* hr is 0-23 */
buf[CCR_HOUR] = bin2bcd(tm->tm_hour) | X1205_HR_MIL;