Searched refs:RS5C348_REG_SECS (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-rs5c348.c29 #define RS5C348_REG_SECS 0 macro
76 txbuf[4] = RS5C348_CMD_MW(RS5C348_REG_SECS); /* cmd, sec, ... */
78 txp[RS5C348_REG_SECS] = bin2bcd(tm->tm_sec);
111 txbuf[4] = RS5C348_CMD_MR(RS5C348_REG_SECS); /* cmd, sec, ... */
120 tm->tm_sec = bcd2bin(rxbuf[RS5C348_REG_SECS] & RS5C348_SECS_MASK);
163 ret = spi_w8r8(spi, RS5C348_CMD_R(RS5C348_REG_SECS));

Completed in 70 milliseconds