Searched refs:M41T62_REG_MON (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/rtc/
H A Dm41t62.c34 #define M41T62_REG_MON 6 macro
78 tm->tm_mon = bcd2bin(buf[M41T62_REG_MON] & 0x1f);
109 buf[M41T62_REG_MON] =
110 bin2bcd(tm->tm_mon) | (buf[M41T62_REG_MON] & ~0x1f);

Completed in 90 milliseconds