Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/rtc/
Drtc-v3020.c240 tmp = v3020_get_reg(chip, V3020_SECONDS); in v3020_read_time()
281 v3020_set_reg(chip, V3020_SECONDS, bin2bcd(dt->tm_sec)); in v3020_set_time()
332 v3020_set_reg(chip, V3020_SECONDS, 0x33); in rtc_probe()
333 if (v3020_get_reg(chip, V3020_SECONDS) != 0x33) { in rtc_probe()
/linux-3.4.99/include/linux/
Drtc-v3020.h27 #define V3020_SECONDS 0x02 macro