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

/linux-4.1.27/drivers/rtc/
H A Drtc-pcf2123.c62 #define PCF2123_WRITE ((0 << 7) | PCF2123_SUBADDR) macro
130 txbuf[0] = PCF2123_WRITE | reg; pcf2123_store()
190 txbuf[0] = PCF2123_WRITE | PCF2123_REG_CTRL1; pcf2123_rtc_set_time()
198 txbuf[0] = PCF2123_WRITE | PCF2123_REG_SC; pcf2123_rtc_set_time()
213 txbuf[0] = PCF2123_WRITE | PCF2123_REG_CTRL1; pcf2123_rtc_set_time()
242 txbuf[0] = PCF2123_WRITE | PCF2123_REG_CTRL1; pcf2123_probe()
252 txbuf[0] = PCF2123_WRITE | PCF2123_REG_CTRL1; pcf2123_probe()
284 txbuf[0] = PCF2123_WRITE | PCF2123_REG_CTRL1; pcf2123_probe()

Completed in 31 milliseconds