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