Searched refs:RS5C348_CMD_R (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.c53 #define RS5C348_CMD_R(addr) (((addr) << 4) | 0x0c) /* single read */ macro
72 txbuf[0] = RS5C348_CMD_R(RS5C348_REG_CTL2); /* cmd, ctl2 */
74 txbuf[2] = RS5C348_CMD_R(RS5C348_REG_CTL2); /* cmd, ctl2 */
107 txbuf[0] = RS5C348_CMD_R(RS5C348_REG_CTL2); /* cmd, ctl2 */
109 txbuf[2] = RS5C348_CMD_R(RS5C348_REG_CTL2); /* cmd, ctl2 */
163 ret = spi_w8r8(spi, RS5C348_CMD_R(RS5C348_REG_SECS));
174 ret = spi_w8r8(spi, RS5C348_CMD_R(RS5C348_REG_CTL2));
195 ret = spi_w8r8(spi, RS5C348_CMD_R(RS5C348_REG_CTL1));

Completed in 115 milliseconds