AR_ENB
if (byte & AR_ENB) {
byte &= ~AR_ENB; /* strip the enable bit */
writeb(bin2bcd(value) | AR_ENB, rtc->regbase + reg_off);