Searched refs:RV3028_SEC (Results 1 – 1 of 1) sorted by relevance
23 #define RV3028_SEC 0x00 macro319 ret = regmap_bulk_read(rv3028->regmap, RV3028_SEC, date, sizeof(date)); in rv3028_get_time()323 tm->tm_sec = bcd2bin(date[RV3028_SEC] & 0x7f); in rv3028_get_time()340 date[RV3028_SEC] = bin2bcd(tm->tm_sec); in rv3028_set_time()352 ret = regmap_bulk_write(rv3028->regmap, RV3028_SEC, date, in rv3028_set_time()