V3020_SECONDS     217 drivers/rtc/rtc-v3020.c 	tmp = v3020_get_reg(chip, V3020_SECONDS);
V3020_SECONDS     258 drivers/rtc/rtc-v3020.c 	v3020_set_reg(chip, V3020_SECONDS,	bin2bcd(dt->tm_sec));
V3020_SECONDS     309 drivers/rtc/rtc-v3020.c 	v3020_set_reg(chip, V3020_SECONDS, 0x33);
V3020_SECONDS     310 drivers/rtc/rtc-v3020.c 	if (v3020_get_reg(chip, V3020_SECONDS) != 0x33) {