Home
last modified time | relevance | path

Searched refs:RV3029C2_W_MINUTES (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/rtc/
Drtc-rv3029c2.c40 #define RV3029C2_W_MINUTES 0x09 macro
163 tm->tm_min = bcd2bin(regs[RV3029C2_W_MINUTES-RV3029C2_W_SEC]); in rv3029c2_i2c_read_time()
343 regs[RV3029C2_W_MINUTES-RV3029C2_W_SEC] = bin2bcd(tm->tm_min); in rv3029c2_i2c_set_time()