Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/rtc/
Drtc-v3020.c217 tmp = v3020_get_reg(chip, V3020_SECONDS); in v3020_read_time()
258 v3020_set_reg(chip, V3020_SECONDS, bin2bcd(dt->tm_sec)); in v3020_set_time()
309 v3020_set_reg(chip, V3020_SECONDS, 0x33); in rtc_probe()
310 if (v3020_get_reg(chip, V3020_SECONDS) != 0x33) { in rtc_probe()
/Linux-v5.4/include/linux/platform_data/
Drtc-v3020.h27 #define V3020_SECONDS 0x02 macro