Searched refs:M48T86_REG_SEC (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.c22 #define M48T86_REG_SEC 0x00 macro
55 tm->tm_sec = ops->readbyte(M48T86_REG_SEC);
65 tm->tm_sec = bcd2bin(ops->readbyte(M48T86_REG_SEC));
97 ops->writebyte(tm->tm_sec, M48T86_REG_SEC);
106 ops->writebyte(bin2bcd(tm->tm_sec), M48T86_REG_SEC);

Completed in 118 milliseconds