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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-m48t86.c30 #define M48T86_REG_MONTH 0x08 /* 1 - 12 */ macro
60 tm->tm_mon = ops->readbyte(M48T86_REG_MONTH) - 1;
70 tm->tm_mon = bcd2bin(ops->readbyte(M48T86_REG_MONTH)) - 1;
101 ops->writebyte(tm->tm_mon + 1, M48T86_REG_MONTH);
110 ops->writebyte(bin2bcd(tm->tm_mon + 1), M48T86_REG_MONTH);

Completed in 104 milliseconds