tm_sec            133 arch/m68k/68000/timers.c 		t->tm_sec = now % 60;
tm_sec            210 arch/m68k/apollo/config.c     t->tm_sec=rtc->second;
tm_sec            220 arch/m68k/apollo/config.c     rtc->second=t->tm_sec;
tm_sec            152 arch/m68k/atari/time.c         val.sec_ones = t->tm_sec % 10;
tm_sec            153 arch/m68k/atari/time.c         val.sec_tens = t->tm_sec / 10;
tm_sec            180 arch/m68k/atari/time.c         t->tm_sec = val.sec_ones + val.sec_tens * 10;
tm_sec            211 arch/m68k/atari/time.c         sec  = t->tm_sec;
tm_sec            308 arch/m68k/atari/time.c         t->tm_sec  = sec;
tm_sec            300 arch/m68k/bvme6000/config.c 		rtc->bcd_sec = bin2bcd(t->tm_sec);
tm_sec            313 arch/m68k/bvme6000/config.c 			t->tm_sec  = bcd2bin(rtc->bcd_sec);
tm_sec            322 arch/m68k/bvme6000/config.c 		} while (t->tm_sec != bcd2bin(rtc->bcd_sec));
tm_sec             56 arch/m68k/bvme6000/rtc.c 			wtime.tm_sec =  bcd2bin(rtc->bcd_sec);
tm_sec             65 arch/m68k/bvme6000/rtc.c 		} while (wtime.tm_sec != bcd2bin(rtc->bcd_sec));
tm_sec             90 arch/m68k/bvme6000/rtc.c 		sec = rtc_tm.tm_sec;
tm_sec            206 arch/m68k/hp300/config.c 		t->tm_sec  = hp300_rtc_read(RTC_REG_SEC1) * 10 +
tm_sec            222 arch/m68k/hp300/config.c 		hp300_rtc_write(RTC_REG_SEC1, t->tm_sec / 10);
tm_sec            223 arch/m68k/hp300/config.c 		hp300_rtc_write(RTC_REG_SEC2, t->tm_sec % 10);
tm_sec             90 arch/m68k/kernel/time.c 			      time.tm_hour, time.tm_min, time.tm_sec);
tm_sec            302 arch/m68k/mac/misc.c 	                tm->tm_hour, tm->tm_min, tm->tm_sec);
tm_sec            639 arch/m68k/mac/misc.c 			 &t->tm_hour, &t->tm_min, &t->tm_sec);
tm_sec            183 arch/m68k/mvme147/config.c 		t->tm_sec  = bcd2int (m147_rtc->bcd_sec);
tm_sec            448 arch/m68k/mvme16x/config.c 		t->tm_sec  = bcd2int (rtc->bcd_sec);
tm_sec             52 arch/m68k/mvme16x/rtc.c 		wtime.tm_sec =  bcd2bin(rtc->bcd_sec);
tm_sec             85 arch/m68k/mvme16x/rtc.c 		sec = rtc_tm.tm_sec;
tm_sec            223 arch/m68k/q40/config.c 		Q40_RTC_SECS = bin2bcd(t->tm_sec);
tm_sec            242 arch/m68k/q40/config.c 		t->tm_sec  = bcd2bin (Q40_RTC_SECS);
tm_sec             43 arch/m68k/sun3/intersil.c 		todintersil->second = t->tm_sec;
tm_sec             50 arch/m68k/sun3/intersil.c 		t->tm_sec = todintersil->csec;
tm_sec             53 arch/m68k/sun3/intersil.c 		t->tm_sec = todintersil->second;
tm_sec             50 arch/m68k/sun3x/time.c 		h->sec = bin2bcd(t->tm_sec);
tm_sec             60 arch/m68k/sun3x/time.c 		t->tm_sec = bcd2bin(h->sec);
tm_sec            154 arch/mips/sibyte/swarm/rtc_m41t81.c 	tm.tm_sec = bin2bcd(tm.tm_sec);
tm_sec            155 arch/mips/sibyte/swarm/rtc_m41t81.c 	m41t81_write(M41T81REG_SC, tm.tm_sec);
tm_sec            123 arch/mips/sibyte/swarm/rtc_xicor1241.c 	tm.tm_sec = bin2bcd(tm.tm_sec);
tm_sec            124 arch/mips/sibyte/swarm/rtc_xicor1241.c 	xicor_write(X1241REG_SC, tm.tm_sec);
tm_sec            297 arch/powerpc/kernel/rtas-proc.c 			tm.tm_hour, tm.tm_min, tm.tm_sec, 0 /* nano */);
tm_sec            360 arch/powerpc/kernel/rtas-proc.c 			tm.tm_hour, tm.tm_min, tm.tm_sec, 0);
tm_sec             79 arch/powerpc/kernel/rtas-rtc.c 	rtc_tm->tm_sec = ret[5];
tm_sec             97 arch/powerpc/kernel/rtas-rtc.c 				  tm->tm_sec, 0);
tm_sec            104 arch/powerpc/platforms/chrp/time.c 		tm.tm_sec = bin2bcd(tm.tm_sec);
tm_sec            111 arch/powerpc/platforms/chrp/time.c 	chrp_cmos_clock_write(tm.tm_sec,RTC_SECONDS);
tm_sec            155 arch/powerpc/platforms/chrp/time.c 	tm->tm_sec = sec;
tm_sec             55 arch/powerpc/platforms/maple/time.c 		tm->tm_sec = maple_clock_read(RTC_SECONDS);
tm_sec             61 arch/powerpc/platforms/maple/time.c 	} while (tm->tm_sec != maple_clock_read(RTC_SECONDS));
tm_sec             65 arch/powerpc/platforms/maple/time.c 		tm->tm_sec = bcd2bin(tm->tm_sec);
tm_sec             93 arch/powerpc/platforms/maple/time.c 	sec = tm->tm_sec;
tm_sec             29 arch/powerpc/platforms/powernv/opal-rtc.c 	tm->tm_sec	= bcd2bin((h_m_s_ms >> 40) & 0xff);
tm_sec             80 arch/sh/boards/mach-sh03/rtc.c 	tm->tm_sec  = sec;
tm_sec            102 arch/sh/boards/mach-sh03/rtc.c 	real_seconds = tm->tm_sec;
tm_sec           1173 arch/x86/kernel/hpet.c 	hpet_alarm_time.tm_sec = sec;
tm_sec           1251 arch/x86/kernel/hpet.c 	    curr_time.tm_sec != hpet_prev_update_sec) {
tm_sec           1254 arch/x86/kernel/hpet.c 		hpet_prev_update_sec = curr_time.tm_sec;
tm_sec           1263 arch/x86/kernel/hpet.c 	    (curr_time.tm_sec == hpet_alarm_time.tm_sec) &&
tm_sec            106 arch/x86/platform/intel-mid/intel_mid_vrtc.c 		vrtc_cmos_write(tm.tm_sec, RTC_SECONDS);
tm_sec             91 drivers/base/power/trace.c 		.tm_sec = 0,
tm_sec            111 drivers/char/efirtc.c 	eft->second 	= wtime->tm_sec;
tm_sec            121 drivers/char/efirtc.c 	wtime->tm_sec  = eft->second;
tm_sec            490 drivers/char/rtc.c 		sec = alm_tm.tm_sec;
tm_sec            551 drivers/char/rtc.c 		sec = rtc_tm.tm_sec;
tm_sec           1147 drivers/char/rtc.c 	if (tm.tm_sec <= 59)
tm_sec           1148 drivers/char/rtc.c 		seq_printf(seq, "%02d\n", tm.tm_sec);
tm_sec           1207 drivers/char/rtc.c 	rtc_tm->tm_sec = CMOS_READ(RTC_SECONDS);
tm_sec           1223 drivers/char/rtc.c 		rtc_tm->tm_sec = bcd2bin(rtc_tm->tm_sec);
tm_sec           1256 drivers/char/rtc.c 	alm_tm->tm_sec = CMOS_READ(RTC_SECONDS_ALARM);
tm_sec           1263 drivers/char/rtc.c 		alm_tm->tm_sec = bcd2bin(alm_tm->tm_sec);
tm_sec            127 drivers/input/misc/hp_sdc_rtc.c 	rtctm->tm_sec  = (tseq[6]  & 0x0f) + (tseq[13] & 0x0f) * 10;
tm_sec            544 drivers/input/misc/hp_sdc_rtc.c 		wtime.tm_sec  = ttime.tv_sec;
tm_sec            583 drivers/input/misc/hp_sdc_rtc.c 		if (alm_tm.tm_sec  > 59) return -EINVAL;  
tm_sec            586 drivers/input/misc/hp_sdc_rtc.c 		  alm_tm.tm_min * 60 + alm_tm.tm_sec;
tm_sec            613 drivers/input/misc/hp_sdc_rtc.c                 sec = hp_sdc_rtc_tm.tm_sec;
tm_sec            370 drivers/macintosh/smu.c 	cmd_buf->data[1] = hex2bcd(time->tm_sec);
tm_sec            395 drivers/macintosh/smu.c 	time->tm_sec = bcd2hex(cmd.buffer[0]);
tm_sec            417 drivers/macintosh/smu.c 			      hex2bcd(time->tm_sec),
tm_sec            359 drivers/media/usb/pulse8-cec/pulse8-cec.c 		 tm.tm_hour, tm.tm_min, tm.tm_sec);
tm_sec            830 drivers/mfd/menelaus.c 	t->tm_sec = bcd2bin(regs[0]);
tm_sec            847 drivers/mfd/menelaus.c 	status = menelaus_write_reg(regnum++, bin2bcd(t->tm_sec));
tm_sec           7319 drivers/net/ethernet/broadcom/bnxt/bnxt.c 	req.second = tm.tm_sec;
tm_sec           3206 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 	record->second = cpu_to_le16(tm.tm_sec);
tm_sec           3222 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 	record->end_second = cpu_to_le16(tm.tm_sec);
tm_sec            164 drivers/platform/chrome/cros_usbpd_logger.c 		rt.tm_hour, rt.tm_min, rt.tm_sec, rem,
tm_sec             57 drivers/rtc/dev.c 	} else if (rtc->oldsecs != tm.tm_sec) {
tm_sec             58 drivers/rtc/dev.c 		num = (tm.tm_sec + 60 - rtc->oldsecs) % 60;
tm_sec             59 drivers/rtc/dev.c 		rtc->oldsecs = tm.tm_sec;
tm_sec            119 drivers/rtc/dev.c 		rtc->oldsecs = tm.tm_sec;
tm_sec            194 drivers/rtc/interface.c 		alarm->time.tm_sec = -1;
tm_sec            296 drivers/rtc/interface.c 	if (alarm->time.tm_sec == -1)
tm_sec            297 drivers/rtc/interface.c 		alarm->time.tm_sec = now.tm_sec;
tm_sec             85 drivers/rtc/lib.c 	tm->tm_sec = secs - tm->tm_min * 60;
tm_sec            104 drivers/rtc/lib.c 	    ((unsigned int)tm->tm_sec) >= 60)
tm_sec            118 drivers/rtc/lib.c 			tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec);
tm_sec             87 drivers/rtc/rtc-88pm80x.c 	next->tm_sec = alrm->tm_sec;
tm_sec             94 drivers/rtc/rtc-88pm860x.c 	next->tm_sec = alrm->tm_sec;
tm_sec            369 drivers/rtc/rtc-88pm860x.c 		tm.tm_sec = 0;
tm_sec            229 drivers/rtc/rtc-ab-b5ze-s3.c 	tm->tm_sec = bcd2bin(regs[ABB5ZES3_REG_RTC_SC] & 0x7F);
tm_sec            254 drivers/rtc/rtc-ab-b5ze-s3.c 	regs[ABB5ZES3_REG_RTC_SC] = bin2bcd(tm->tm_sec); /* MSB=0 clears OSC */
tm_sec            368 drivers/rtc/rtc-ab-b5ze-s3.c 	alarm_tm->tm_sec  = 0;
tm_sec            142 drivers/rtc/rtc-ab-eoz9.c 	tm->tm_sec = bcd2bin(regs[ABEOZ9_REG_SEC - ABEOZ9_REG_SEC] & 0x7F);
tm_sec            169 drivers/rtc/rtc-ab-eoz9.c 	regs[ABEOZ9_REG_SEC - ABEOZ9_REG_SEC] = bin2bcd(tm->tm_sec);
tm_sec            189 drivers/rtc/rtc-abx80x.c 	tm->tm_sec = bcd2bin(buf[ABX8XX_REG_SC] & 0x7F);
tm_sec            210 drivers/rtc/rtc-abx80x.c 	buf[ABX8XX_REG_SC] = bin2bcd(tm->tm_sec);
tm_sec            285 drivers/rtc/rtc-abx80x.c 	t->time.tm_sec = bcd2bin(buf[0] & 0x7F);
tm_sec            308 drivers/rtc/rtc-abx80x.c 	alarm[1] = bin2bcd(t->time.tm_sec);
tm_sec            395 drivers/rtc/rtc-ac100.c 	rtc_tm->tm_sec  = bcd2bin(reg[0] & AC100_RTC_SEC_MASK);
tm_sec            423 drivers/rtc/rtc-ac100.c 	reg[0] = bin2bcd(rtc_tm->tm_sec)     & AC100_RTC_SEC_MASK;
tm_sec            470 drivers/rtc/rtc-ac100.c 	alrm_tm->tm_sec  = bcd2bin(reg[0] & AC100_ALM_SEC_MASK);
tm_sec            500 drivers/rtc/rtc-ac100.c 	reg[0] = (bin2bcd(alrm_tm->tm_sec)  & AC100_ALM_SEC_MASK) |
tm_sec             35 drivers/rtc/rtc-as3722.c 	rbuff[0] = bin2bcd(tm->tm_sec);
tm_sec             45 drivers/rtc/rtc-as3722.c 	tm->tm_sec = bcd2bin(rbuff[0] & 0x7F);
tm_sec            155 drivers/rtc/rtc-asm9260.c 	tm->tm_sec  = (ctime0 >> BM_CTIME0_SEC_S)  & BM_CTIME0_SEC_M;
tm_sec            186 drivers/rtc/rtc-asm9260.c 	iowrite32(tm->tm_sec,  priv->iobase + HW_SEC);
tm_sec            202 drivers/rtc/rtc-asm9260.c 	alrm->time.tm_sec  = ioread32(priv->iobase + HW_ALSEC);
tm_sec            221 drivers/rtc/rtc-asm9260.c 	iowrite32(alrm->time.tm_sec,  priv->iobase + HW_ALSEC);
tm_sec             41 drivers/rtc/rtc-aspeed.c 	tm->tm_sec = (reg1 >> 0) & 0x3f;
tm_sec             63 drivers/rtc/rtc-aspeed.c 		tm->tm_sec;
tm_sec            120 drivers/rtc/rtc-at91rm9200.c 	tm->tm_sec  = bcd2bin((time & AT91_RTC_SEC) >> 0);
tm_sec            170 drivers/rtc/rtc-at91rm9200.c 			  bin2bcd(tm->tm_sec) << 0
tm_sec            222 drivers/rtc/rtc-at91rm9200.c 	tm.tm_sec = alrm->time.tm_sec;
tm_sec            226 drivers/rtc/rtc-at91rm9200.c 		  bin2bcd(tm.tm_sec) << 0
tm_sec            169 drivers/rtc/rtc-bd70528.c 	d->sec |= bin2bcd(t->tm_sec);
tm_sec            198 drivers/rtc/rtc-bd70528.c 	t->tm_sec = bcd2bin(r->time.sec & BD70528_MASK_RTC_SEC);
tm_sec            105 drivers/rtc/rtc-bq32k.c 	tm->tm_sec = bcd2bin(regs.seconds & BQ32K_SECONDS_MASK);
tm_sec            121 drivers/rtc/rtc-bq32k.c 	regs.seconds = bin2bcd(tm->tm_sec);
tm_sec             62 drivers/rtc/rtc-bq4802.c 	tm->tm_sec = p->read(p, 0x00);
tm_sec             75 drivers/rtc/rtc-bq4802.c 	tm->tm_sec = bcd2bin(tm->tm_sec);
tm_sec            107 drivers/rtc/rtc-bq4802.c 	sec = tm->tm_sec;
tm_sec            114 drivers/rtc/rtc-cadence.c 	return FIELD_PREP(CDNS_RTC_TIME_S,  bin2bcd(tm->tm_sec))
tm_sec            121 drivers/rtc/rtc-cadence.c 	tm->tm_sec  = bcd2bin(FIELD_GET(CDNS_RTC_TIME_S, reg));
tm_sec            266 drivers/rtc/rtc-cmos.c 	t->time.tm_sec = CMOS_READ(RTC_SECONDS_ALARM);
tm_sec            287 drivers/rtc/rtc-cmos.c 		if (((unsigned)t->time.tm_sec) < 0x60)
tm_sec            288 drivers/rtc/rtc-cmos.c 			t->time.tm_sec = bcd2bin(t->time.tm_sec);
tm_sec            290 drivers/rtc/rtc-cmos.c 			t->time.tm_sec = -1;
tm_sec            464 drivers/rtc/rtc-cmos.c 	sec = t->time.tm_sec;
tm_sec            499 drivers/rtc/rtc-cmos.c 				    t->time.tm_sec);
tm_sec             83 drivers/rtc/rtc-da9052.c 			rtc_tm->tm_sec = 0;
tm_sec            110 drivers/rtc/rtc-da9052.c 	if (rtc_tm->tm_sec > 0) {
tm_sec            111 drivers/rtc/rtc-da9052.c 		alm_time += 60 - rtc_tm->tm_sec;
tm_sec            114 drivers/rtc/rtc-da9052.c 	BUG_ON(rtc_tm->tm_sec); /* it will cause repeated irqs if not zero */
tm_sec            183 drivers/rtc/rtc-da9052.c 			rtc_tm->tm_sec  = v[0][0] & DA9052_RTC_SEC;
tm_sec            210 drivers/rtc/rtc-da9052.c 	v[0] = tm->tm_sec;
tm_sec             72 drivers/rtc/rtc-da9055.c 	rtc_tm->tm_sec = 0;
tm_sec            154 drivers/rtc/rtc-da9055.c 	rtc_tm->tm_sec  = v[0] & DA9055_RTC_SEC;
tm_sec            166 drivers/rtc/rtc-da9055.c 	v[0] = tm->tm_sec;
tm_sec            171 drivers/rtc/rtc-da9063.c 	tm->tm_sec  = data[RTC_SEC]  & config->rtc_count_sec_mask;
tm_sec            186 drivers/rtc/rtc-da9063.c 	data[RTC_SEC]   = tm->tm_sec & config->rtc_count_sec_mask;
tm_sec            283 drivers/rtc/rtc-davinci.c 	tm->tm_sec = bcd2bin(rtcss_read(davinci_rtc, PRTCSS_RTC_SEC));
tm_sec            322 drivers/rtc/rtc-davinci.c 	rtcss_write(davinci_rtc, bin2bcd(tm->tm_sec), PRTCSS_RTC_SEC);
tm_sec            378 drivers/rtc/rtc-davinci.c 	alm->time.tm_sec = 0;
tm_sec             86 drivers/rtc/rtc-ds1216.c 	tm->tm_sec = bcd2bin(regs.sec);
tm_sec            114 drivers/rtc/rtc-ds1216.c 	regs.sec = bin2bcd(tm->tm_sec);
tm_sec            181 drivers/rtc/rtc-ds1286.c 	tm->tm_sec = ds1286_rtc_read(priv, RTC_SECONDS);
tm_sec            191 drivers/rtc/rtc-ds1286.c 	tm->tm_sec = bcd2bin(tm->tm_sec);
tm_sec            226 drivers/rtc/rtc-ds1286.c 	sec = tm->tm_sec;
tm_sec            280 drivers/rtc/rtc-ds1286.c 	alm->time.tm_sec = 0;
tm_sec            291 drivers/rtc/rtc-ds1286.c 	sec = alm->time.tm_sec;
tm_sec             60 drivers/rtc/rtc-ds1302.c 	*bp++ = bin2bcd(time->tm_sec);
tm_sec             90 drivers/rtc/rtc-ds1302.c 	time->tm_sec = bcd2bin(buf[RTC_ADDR_SEC]);
tm_sec            188 drivers/rtc/rtc-ds1305.c 	time->tm_sec = bcd2bin(buf[DS1305_SEC]);
tm_sec            198 drivers/rtc/rtc-ds1305.c 		"read", time->tm_sec, time->tm_min,
tm_sec            213 drivers/rtc/rtc-ds1305.c 		"write", time->tm_sec, time->tm_min,
tm_sec            220 drivers/rtc/rtc-ds1305.c 	*bp++ = bin2bcd(time->tm_sec);
tm_sec            308 drivers/rtc/rtc-ds1305.c 	alm->time.tm_sec = bcd2bin(buf[DS1305_SEC]);
tm_sec            359 drivers/rtc/rtc-ds1305.c 	buf[1 + DS1305_SEC] = bin2bcd(alm->time.tm_sec);
tm_sec            264 drivers/rtc/rtc-ds1307.c 	t->tm_sec = bcd2bin(regs[DS1307_REG_SECS] & 0x7f);
tm_sec            280 drivers/rtc/rtc-ds1307.c 		"read", t->tm_sec, t->tm_min,
tm_sec            297 drivers/rtc/rtc-ds1307.c 		"write", t->tm_sec, t->tm_min,
tm_sec            312 drivers/rtc/rtc-ds1307.c 	regs[DS1307_REG_SECS] = bin2bcd(t->tm_sec);
tm_sec            397 drivers/rtc/rtc-ds1307.c 	t->time.tm_sec = bcd2bin(regs[0] & 0x7f);
tm_sec            408 drivers/rtc/rtc-ds1307.c 		"alarm read", t->time.tm_sec, t->time.tm_min,
tm_sec            427 drivers/rtc/rtc-ds1307.c 		"alarm set", t->time.tm_sec, t->time.tm_min,
tm_sec            445 drivers/rtc/rtc-ds1307.c 	regs[0] = bin2bcd(t->time.tm_sec);
tm_sec            568 drivers/rtc/rtc-ds1307.c 	t->time.tm_sec = -1;
tm_sec            579 drivers/rtc/rtc-ds1307.c 		__func__, t->time.tm_sec, t->time.tm_min, t->time.tm_hour,
tm_sec            596 drivers/rtc/rtc-ds1307.c 		t->time.tm_sec, t->time.tm_min, t->time.tm_hour,
tm_sec            704 drivers/rtc/rtc-ds1307.c 	t->time.tm_sec = bcd2bin(regs[3] & 0x7f);
tm_sec            716 drivers/rtc/rtc-ds1307.c 		t->time.tm_sec, t->time.tm_min, t->time.tm_hour,
tm_sec            759 drivers/rtc/rtc-ds1307.c 		t->time.tm_sec, t->time.tm_min, t->time.tm_hour,
tm_sec            770 drivers/rtc/rtc-ds1307.c 	regs[3] = bin2bcd(t->time.tm_sec);
tm_sec            245 drivers/rtc/rtc-ds1343.c 	dt->tm_sec	= bcd2bin(buf[0]);
tm_sec            262 drivers/rtc/rtc-ds1343.c 				bin2bcd(dt->tm_sec));
tm_sec            366 drivers/rtc/rtc-ds1343.c 	alarm->time.tm_sec = priv->alarm_sec < 0 ? 0 : priv->alarm_sec;
tm_sec            386 drivers/rtc/rtc-ds1343.c 	priv->alarm_sec = alarm->time.tm_sec;
tm_sec             57 drivers/rtc/rtc-ds1347.c 	dt->tm_sec = bcd2bin(buf[0]);
tm_sec             76 drivers/rtc/rtc-ds1347.c 	buf[0] = bin2bcd(dt->tm_sec);
tm_sec            143 drivers/rtc/rtc-ds1390.c 	dt->tm_sec	= bcd2bin(chip->txrx_buf[0]);
tm_sec            163 drivers/rtc/rtc-ds1390.c 	chip->txrx_buf[1] = bin2bcd(dt->tm_sec);
tm_sec            201 drivers/rtc/rtc-ds1511.c 	sec = rtc_tm->tm_sec;
tm_sec            247 drivers/rtc/rtc-ds1511.c 	rtc_tm->tm_sec = rtc_read(RTC_SEC) & 0x7f;
tm_sec            259 drivers/rtc/rtc-ds1511.c 	rtc_tm->tm_sec = bcd2bin(rtc_tm->tm_sec);
tm_sec            322 drivers/rtc/rtc-ds1511.c 	pdata->alrm_sec = alrm->time.tm_sec;
tm_sec            341 drivers/rtc/rtc-ds1511.c 	alrm->time.tm_sec = pdata->alrm_sec < 0 ? 0 : pdata->alrm_sec;
tm_sec             87 drivers/rtc/rtc-ds1553.c 	writeb(bin2bcd(tm->tm_sec) & RTC_SECONDS_MASK, ioaddr + RTC_SECONDS);
tm_sec            116 drivers/rtc/rtc-ds1553.c 	tm->tm_sec = bcd2bin(second);
tm_sec            160 drivers/rtc/rtc-ds1553.c 	pdata->alrm_sec = alrm->time.tm_sec;
tm_sec            176 drivers/rtc/rtc-ds1553.c 	alrm->time.tm_sec = pdata->alrm_sec < 0 ? 0 : pdata->alrm_sec;
tm_sec            253 drivers/rtc/rtc-ds1685.c 	tm->tm_sec   = ds1685_rtc_bcd2bin(rtc, seconds, RTC_SECS_BCD_MASK,
tm_sec            284 drivers/rtc/rtc-ds1685.c 	seconds = ds1685_rtc_bin2bcd(rtc, tm->tm_sec, RTC_SECS_BIN_MASK,
tm_sec            314 drivers/rtc/rtc-ds1685.c 	    (tm->tm_sec >= 60)  || (wday > 7))
tm_sec            383 drivers/rtc/rtc-ds1685.c 		alrm->time.tm_sec = ds1685_rtc_bcd2bin(rtc, seconds,
tm_sec            419 drivers/rtc/rtc-ds1685.c 	seconds	= ds1685_rtc_bin2bcd(rtc, alrm->time.tm_sec,
tm_sec             72 drivers/rtc/rtc-ds1742.c 	writeb(bin2bcd(tm->tm_sec) & RTC_SECONDS_MASK, ioaddr + RTC_SECONDS);
tm_sec            101 drivers/rtc/rtc-ds1742.c 	tm->tm_sec = bcd2bin(second);
tm_sec            126 drivers/rtc/rtc-ds3232.c 	time->tm_sec = bcd2bin(second);
tm_sec            158 drivers/rtc/rtc-ds3232.c 	buf[0] = bin2bcd(time->tm_sec);
tm_sec            198 drivers/rtc/rtc-ds3232.c 	alarm->time.tm_sec = bcd2bin(buf[0] & 0x7F);
tm_sec            225 drivers/rtc/rtc-ds3232.c 	buf[0] = bin2bcd(alarm->time.tm_sec);
tm_sec             60 drivers/rtc/rtc-efi.c 	eft->second	= wtime->tm_sec;
tm_sec             73 drivers/rtc/rtc-efi.c 	wtime->tm_sec  = eft->second;
tm_sec             69 drivers/rtc/rtc-em3027.c 	tm->tm_sec	= bcd2bin(buf[0]);
tm_sec             92 drivers/rtc/rtc-em3027.c 	buf[1] = bin2bcd(tm->tm_sec);
tm_sec            117 drivers/rtc/rtc-fm3130.c 	t->tm_sec = bcd2bin(fm3130->regs[FM3130_RTC_SECONDS] & 0x7f);
tm_sec            131 drivers/rtc/rtc-fm3130.c 		"read", t->tm_sec, t->tm_min,
tm_sec            147 drivers/rtc/rtc-fm3130.c 		"write", t->tm_sec, t->tm_min,
tm_sec            152 drivers/rtc/rtc-fm3130.c 	buf[FM3130_RTC_SECONDS] = bin2bcd(t->tm_sec);
tm_sec            211 drivers/rtc/rtc-fm3130.c 	tm->tm_sec	= bcd2bin(fm3130->regs[FM3130_ALARM_SECONDS] & 0x7F);
tm_sec            222 drivers/rtc/rtc-fm3130.c 		"read alarm", tm->tm_sec, tm->tm_min,
tm_sec            247 drivers/rtc/rtc-fm3130.c 		"write alarm", tm->tm_sec, tm->tm_min,
tm_sec            252 drivers/rtc/rtc-fm3130.c 		(tm->tm_sec != -1) ? bin2bcd(tm->tm_sec) : 0x80;
tm_sec            113 drivers/rtc/rtc-hid-sensor-time.c 		time_buf->tm_sec = (int)hid_time_value(raw_len, raw_data);
tm_sec            107 drivers/rtc/rtc-hym8563.c 	tm->tm_sec = bcd2bin(buf[0] & HYM8563_SEC_MASK);
tm_sec            129 drivers/rtc/rtc-hym8563.c 	buf[0] = bin2bcd(tm->tm_sec);
tm_sec            195 drivers/rtc/rtc-hym8563.c 	alm_tm->tm_sec = 0;
tm_sec            230 drivers/rtc/rtc-hym8563.c 	if (alm_tm->tm_sec) {
tm_sec            231 drivers/rtc/rtc-hym8563.c 		alm_tm->tm_sec = 0;
tm_sec             72 drivers/rtc/rtc-imx-sc.c 		      (tm->tm_min << 16) | tm->tm_sec,
tm_sec            110 drivers/rtc/rtc-imx-sc.c 	msg.sec = alrm_tm->tm_sec;
tm_sec            136 drivers/rtc/rtc-isl12022.c 	tm->tm_sec = bcd2bin(buf[ISL12022_REG_SC] & 0x7F);
tm_sec            147 drivers/rtc/rtc-isl12022.c 		tm->tm_sec, tm->tm_min, tm->tm_hour,
tm_sec            164 drivers/rtc/rtc-isl12022.c 		tm->tm_sec, tm->tm_min, tm->tm_hour,
tm_sec            205 drivers/rtc/rtc-isl12022.c 	buf[ISL12022_REG_SC] = bin2bcd(tm->tm_sec);
tm_sec            184 drivers/rtc/rtc-isl12026.c 	op[2] = bin2bcd(tm->tm_sec); /* SC */
tm_sec            254 drivers/rtc/rtc-isl12026.c 	tm->tm_sec = bcd2bin(ccr[0] & 0x7F);
tm_sec            322 drivers/rtc/rtc-isl1208.c 	tm->tm_sec = bcd2bin(regs[ISL1208_REG_SC]);
tm_sec            367 drivers/rtc/rtc-isl1208.c 	tm->tm_sec = bcd2bin(regs[ISL1208_REG_SCA - ISL1208_REG_SCA] & 0x7f);
tm_sec            413 drivers/rtc/rtc-isl1208.c 	regs[ISL1208_REG_SCA - offs] = bin2bcd(alarm_tm->tm_sec) | enable;
tm_sec            457 drivers/rtc/rtc-isl1208.c 	regs[ISL1208_REG_SC] = bin2bcd(tm->tm_sec);
tm_sec            573 drivers/rtc/rtc-isl1208.c 	tm.tm_sec = bcd2bin(regs[ISL1219_REG_SCT - ISL1219_REG_SCT] & 0x7f);
tm_sec            122 drivers/rtc/rtc-lp8788.c 	tm->tm_sec  = data[LPTIME_SEC];
tm_sec            147 drivers/rtc/rtc-lp8788.c 	data[LPTIME_SEC]  = tm->tm_sec;
tm_sec            176 drivers/rtc/rtc-lp8788.c 	tm->tm_sec  = data[LPTIME_SEC];
tm_sec            202 drivers/rtc/rtc-lp8788.c 	data[LPTIME_SEC]  = tm->tm_sec;
tm_sec             76 drivers/rtc/rtc-lpc24xx.c 	rtc_writel(rtc, LPC24XX_SEC,	tm->tm_sec);
tm_sec             99 drivers/rtc/rtc-lpc24xx.c 	tm->tm_sec  = CT0_SECS(ct0);
tm_sec            116 drivers/rtc/rtc-lpc24xx.c 	tm->tm_sec  = rtc_readl(rtc, LPC24XX_ALSEC);
tm_sec            139 drivers/rtc/rtc-lpc24xx.c 	rtc_writel(rtc, LPC24XX_ALSEC,  tm->tm_sec);
tm_sec            110 drivers/rtc/rtc-ls1x.c 		| (rtm->tm_sec  << LS1X_SEC_OFFSET);
tm_sec            219 drivers/rtc/rtc-m41t80.c 	tm->tm_sec = bcd2bin(buf[M41T80_REG_SEC] & 0x7f);
tm_sec            242 drivers/rtc/rtc-m41t80.c 	buf[M41T80_REG_SEC] = bin2bcd(tm->tm_sec);
tm_sec            331 drivers/rtc/rtc-m41t80.c 	alarmvals[4] = bin2bcd(alrm->time.tm_sec);
tm_sec            391 drivers/rtc/rtc-m41t80.c 	alrm->time.tm_sec  = bcd2bin(alarmvals[4] & 0x7f);
tm_sec             54 drivers/rtc/rtc-m41t93.c 		"write", tm->tm_sec, tm->tm_min,
tm_sec             88 drivers/rtc/rtc-m41t93.c 	data[M41T93_REG_ST_SEC]		= bin2bcd(tm->tm_sec);
tm_sec            143 drivers/rtc/rtc-m41t93.c 	tm->tm_sec	= bcd2bin(buf[M41T93_REG_ST_SEC]);
tm_sec            155 drivers/rtc/rtc-m41t93.c 		"read", tm->tm_sec, tm->tm_min,
tm_sec             36 drivers/rtc/rtc-m41t94.c 		"write", tm->tm_sec, tm->tm_min,
tm_sec             41 drivers/rtc/rtc-m41t94.c 	buf[M41T94_REG_SECONDS] = bin2bcd(tm->tm_sec);
tm_sec             82 drivers/rtc/rtc-m41t94.c 	tm->tm_sec  = bcd2bin(spi_w8r8(spi, M41T94_REG_SECONDS));
tm_sec             95 drivers/rtc/rtc-m41t94.c 		"read", tm->tm_sec, tm->tm_min,
tm_sec             58 drivers/rtc/rtc-m48t35.c 	tm->tm_sec = readb(&priv->reg->sec);
tm_sec             67 drivers/rtc/rtc-m48t35.c 	tm->tm_sec = bcd2bin(tm->tm_sec);
tm_sec             98 drivers/rtc/rtc-m48t35.c 	sec = tm->tm_sec;
tm_sec             93 drivers/rtc/rtc-m48t59.c 	tm->tm_sec	= bcd2bin(M48T59_READ(M48T59_SEC) & 0x7F);
tm_sec            118 drivers/rtc/rtc-m48t59.c 		tm->tm_hour, tm->tm_min, tm->tm_sec);
tm_sec            127 drivers/rtc/rtc-m48t59.c 	M48T59_WRITE((bin2bcd(tm->tm_sec) & 0x7F), M48T59_SEC);
tm_sec            180 drivers/rtc/rtc-m48t59.c 	tm->tm_sec = bcd2bin(M48T59_READ(M48T59_ALARM_SEC));
tm_sec            228 drivers/rtc/rtc-m48t59.c 	sec = tm->tm_sec;
tm_sec            246 drivers/rtc/rtc-m48t59.c 		tm->tm_hour, tm->tm_min, tm->tm_sec);
tm_sec             74 drivers/rtc/rtc-m48t86.c 		tm->tm_sec	= m48t86_readb(dev, M48T86_SEC);
tm_sec             84 drivers/rtc/rtc-m48t86.c 		tm->tm_sec	= bcd2bin(m48t86_readb(dev, M48T86_SEC));
tm_sec            115 drivers/rtc/rtc-m48t86.c 		m48t86_writeb(dev, tm->tm_sec, M48T86_SEC);
tm_sec            124 drivers/rtc/rtc-m48t86.c 		m48t86_writeb(dev, bin2bcd(tm->tm_sec), M48T86_SEC);
tm_sec            152 drivers/rtc/rtc-max6900.c 	tm->tm_sec = bcd2bin(regs[MAX6900_REG_SC]);
tm_sec            179 drivers/rtc/rtc-max6900.c 	regs[MAX6900_REG_SC] = bin2bcd(tm->tm_sec);
tm_sec             66 drivers/rtc/rtc-max6902.c 	dt->tm_sec	= bcd2bin(buf[0]);
tm_sec             94 drivers/rtc/rtc-max6902.c 	max6902_set_reg(dev, MAX6902_REG_SECONDS, bin2bcd(dt->tm_sec));
tm_sec             66 drivers/rtc/rtc-max6916.c 	dt->tm_sec = bcd2bin(buf[0]);
tm_sec             89 drivers/rtc/rtc-max6916.c 	buf[1] = bin2bcd(dt->tm_sec);
tm_sec            261 drivers/rtc/rtc-max77686.c 	tm->tm_sec = data[RTC_SEC] & mask;
tm_sec            290 drivers/rtc/rtc-max77686.c 	data[RTC_SEC] = tm->tm_sec;
tm_sec             75 drivers/rtc/rtc-max8907.c 	tm->tm_sec = bcd2bin(regs[RTC_SEC] & 0x7f);
tm_sec             91 drivers/rtc/rtc-max8907.c 	regs[RTC_SEC] = bin2bcd(tm->tm_sec);
tm_sec            106 drivers/rtc/rtc-max8925.c 	tm->tm_sec = ((buf[RTC_SEC] >> 4) & 0x7) * 10
tm_sec            144 drivers/rtc/rtc-max8925.c 	high = tm->tm_sec / 10;
tm_sec            145 drivers/rtc/rtc-max8925.c 	low = tm->tm_sec;
tm_sec             77 drivers/rtc/rtc-max8997.c 	tm->tm_sec = data[RTC_SEC] & 0x7f;
tm_sec             97 drivers/rtc/rtc-max8997.c 	data[RTC_SEC] = tm->tm_sec;
tm_sec             77 drivers/rtc/rtc-max8998.c 	tm->tm_sec = bcd2bin(data[RTC_SEC]);
tm_sec             95 drivers/rtc/rtc-max8998.c 	data[RTC_SEC] = bin2bcd(tm->tm_sec);
tm_sec             54 drivers/rtc/rtc-mc146818-lib.c 	time->tm_sec = CMOS_READ(RTC_SECONDS);
tm_sec             73 drivers/rtc/rtc-mc146818-lib.c 		time->tm_sec = bcd2bin(time->tm_sec);
tm_sec            119 drivers/rtc/rtc-mc146818-lib.c 	sec = time->tm_sec;
tm_sec            200 drivers/rtc/rtc-mcp795.c 	data[0] = (data[0] & 0x80) | bin2bcd(tim->tm_sec);
tm_sec            247 drivers/rtc/rtc-mcp795.c 	tim->tm_sec	= bcd2bin(data[0] & 0x7F);
tm_sec            294 drivers/rtc/rtc-mcp795.c 	tmp[0] = (tmp[0] & 0x80) | bin2bcd(alm->time.tm_sec);
tm_sec            329 drivers/rtc/rtc-mcp795.c 	alm->time.tm_sec	= bcd2bin(data[0] & 0x7F);
tm_sec            170 drivers/rtc/rtc-moxart.c 				  ((tm->tm_sec / 10) << 4) |
tm_sec            171 drivers/rtc/rtc-moxart.c 				  (tm->tm_sec % 10));
tm_sec            180 drivers/rtc/rtc-moxart.c 		tm->tm_hour, tm->tm_min, tm->tm_sec);
tm_sec            193 drivers/rtc/rtc-moxart.c 	tm->tm_sec = (((v & 0x70) >> 4) * 10) + (v & 0x0F);
tm_sec             92 drivers/rtc/rtc-mpc5121.c 	out_8(&regs->second_set, tm->tm_sec);
tm_sec            155 drivers/rtc/rtc-mpc5121.c 	tm->tm_sec = in_8(&regs->second);
tm_sec            218 drivers/rtc/rtc-mpc5121.c 	if (alarm->time.tm_sec) {
tm_sec            219 drivers/rtc/rtc-mpc5121.c 		alarm->time.tm_sec = 0;
tm_sec             92 drivers/rtc/rtc-mrst.c 	time->tm_sec = vrtc_cmos_read(RTC_SECONDS);
tm_sec            118 drivers/rtc/rtc-mrst.c 	sec = time->tm_sec;
tm_sec            149 drivers/rtc/rtc-mrst.c 	t->time.tm_sec = vrtc_cmos_read(RTC_SECONDS_ALARM);
tm_sec            214 drivers/rtc/rtc-mrst.c 	sec = t->time.tm_sec;
tm_sec            132 drivers/rtc/rtc-msm6242.c 	tm->tm_sec  = msm6242_read(priv, MSM6242_SECOND10) * 10 +
tm_sec            169 drivers/rtc/rtc-msm6242.c 	msm6242_write(priv, tm->tm_sec / 10, MSM6242_SECOND10);
tm_sec            170 drivers/rtc/rtc-msm6242.c 	msm6242_write(priv, tm->tm_sec % 10, MSM6242_SECOND1);
tm_sec            136 drivers/rtc/rtc-mt6397.c 	tm->tm_sec = data[RTC_OFFSET_SEC];
tm_sec            159 drivers/rtc/rtc-mt6397.c 	} while (sec < tm->tm_sec);
tm_sec            190 drivers/rtc/rtc-mt6397.c 	data[RTC_OFFSET_SEC] = tm->tm_sec;
tm_sec            236 drivers/rtc/rtc-mt6397.c 	tm->tm_sec = data[RTC_OFFSET_SEC] & RTC_AL_SEC_MASK;
tm_sec            269 drivers/rtc/rtc-mt6397.c 				(tm->tm_sec & RTC_AL_SEC_MASK));
tm_sec            173 drivers/rtc/rtc-mt7622.c 	tm->tm_sec  = sec;
tm_sec            198 drivers/rtc/rtc-mt7622.c 	mtk_w32(hw, MTK_RTC_TREG(time_alarm, MTK_SEC), tm->tm_sec);
tm_sec             52 drivers/rtc/rtc-mv.c 	rtc_reg = (bin2bcd(tm->tm_sec) << RTC_SECONDS_OFFS) |
tm_sec             85 drivers/rtc/rtc-mv.c 	tm->tm_sec = bcd2bin(second);
tm_sec            116 drivers/rtc/rtc-mv.c 	alm->time.tm_sec = bcd2bin(second);
tm_sec            136 drivers/rtc/rtc-mv.c 	if (alm->time.tm_sec >= 0)
tm_sec            137 drivers/rtc/rtc-mv.c 		rtc_reg |= (RTC_ALARM_VALID | bin2bcd(alm->time.tm_sec))
tm_sec            272 drivers/rtc/rtc-omap.c 	tm->tm_sec = bin2bcd(tm->tm_sec);
tm_sec            283 drivers/rtc/rtc-omap.c 	tm->tm_sec = bcd2bin(tm->tm_sec);
tm_sec            294 drivers/rtc/rtc-omap.c 	tm->tm_sec = rtc_read(rtc, OMAP_RTC_SECONDS_REG);
tm_sec            332 drivers/rtc/rtc-omap.c 	rtc_write(rtc, OMAP_RTC_SECONDS_REG, tm->tm_sec);
tm_sec            348 drivers/rtc/rtc-omap.c 	alm->time.tm_sec = rtc_read(rtc, OMAP_RTC_ALARM_SECONDS_REG);
tm_sec            381 drivers/rtc/rtc-omap.c 	rtc_write(rtc, OMAP_RTC_ALARM_SECONDS_REG, alm->time.tm_sec);
tm_sec            430 drivers/rtc/rtc-omap.c 	seconds = tm.tm_sec;
tm_sec            439 drivers/rtc/rtc-omap.c 	rtc_write(rtc, OMAP_RTC_ALARM2_SECONDS_REG, tm.tm_sec);
tm_sec             29 drivers/rtc/rtc-opal.c 	tm->tm_sec  = bcd2bin((h_m_s_ms >> 40) & 0xff);
tm_sec             43 drivers/rtc/rtc-opal.c 	*h_m_s_ms |= ((u64)bin2bcd(tm->tm_sec)) << 40;
tm_sec             69 drivers/rtc/rtc-palmas.c 	tm->tm_sec = bcd2bin(rtc_data[0]);
tm_sec             85 drivers/rtc/rtc-palmas.c 	rtc_data[0] = bin2bcd(tm->tm_sec);
tm_sec            140 drivers/rtc/rtc-palmas.c 	alm->time.tm_sec = bcd2bin(alarm_data[0]);
tm_sec            171 drivers/rtc/rtc-palmas.c 	alarm_data[0] = bin2bcd(alm->time.tm_sec);
tm_sec            191 drivers/rtc/rtc-pcf2123.c 	tm->tm_sec = bcd2bin(rxbuf[0] & 0x7F);
tm_sec            218 drivers/rtc/rtc-pcf2123.c 	txbuf[0] = bin2bcd(tm->tm_sec & 0x7F);
tm_sec            133 drivers/rtc/rtc-pcf2127.c 	tm->tm_sec = bcd2bin(buf[PCF2127_REG_SC] & 0x7F);
tm_sec            146 drivers/rtc/rtc-pcf2127.c 		tm->tm_sec, tm->tm_min, tm->tm_hour,
tm_sec            161 drivers/rtc/rtc-pcf2127.c 		tm->tm_sec, tm->tm_min, tm->tm_hour,
tm_sec            165 drivers/rtc/rtc-pcf2127.c 	buf[i++] = bin2bcd(tm->tm_sec);	/* this will also clear OSF flag */
tm_sec            387 drivers/rtc/rtc-pcf2127.c 	tm.tm_sec = bcd2bin(data[PCF2127_REG_TS_SC] & 0x7F);
tm_sec             64 drivers/rtc/rtc-pcf50633.c 	rtc->tm_sec = bcd2bin(pcf->time[PCF50633_TI_SEC]);
tm_sec             75 drivers/rtc/rtc-pcf50633.c 	pcf->time[PCF50633_TI_SEC] = bin2bcd(rtc->tm_sec);
tm_sec             89 drivers/rtc/rtc-pcf85063.c 	tm->tm_sec = bcd2bin(regs[0] & 0x7F);
tm_sec            118 drivers/rtc/rtc-pcf85063.c 	regs[0] = bin2bcd(tm->tm_sec) & 0x7F; /* clear OS flag */
tm_sec            162 drivers/rtc/rtc-pcf85063.c 	alrm->time.tm_sec = bcd2bin(buf[0]);
tm_sec            182 drivers/rtc/rtc-pcf85063.c 	buf[0] = bin2bcd(alrm->time.tm_sec);
tm_sec            215 drivers/rtc/rtc-pcf8523.c 	tm->tm_sec = bcd2bin(regs[0] & 0x7f);
tm_sec            250 drivers/rtc/rtc-pcf8523.c 	regs[1] = bin2bcd(tm->tm_sec);
tm_sec            139 drivers/rtc/rtc-pcf85363.c 	tm->tm_sec = bcd2bin(buf[DT_SECS]);
tm_sec            160 drivers/rtc/rtc-pcf85363.c 	buf[DT_SECS] = bin2bcd(tm->tm_sec);
tm_sec            193 drivers/rtc/rtc-pcf85363.c 	alrm->time.tm_sec = bcd2bin(buf[0]);
tm_sec            244 drivers/rtc/rtc-pcf85363.c 	buf[0] = bin2bcd(alrm->time.tm_sec);
tm_sec            226 drivers/rtc/rtc-pcf8563.c 	tm->tm_sec = bcd2bin(buf[PCF8563_REG_SC] & 0x7F);
tm_sec            240 drivers/rtc/rtc-pcf8563.c 		tm->tm_sec, tm->tm_min, tm->tm_hour,
tm_sec            255 drivers/rtc/rtc-pcf8563.c 		tm->tm_sec, tm->tm_min, tm->tm_hour,
tm_sec            259 drivers/rtc/rtc-pcf8563.c 	buf[PCF8563_REG_SC] = bin2bcd(tm->tm_sec);
tm_sec            331 drivers/rtc/rtc-pcf8563.c 	tm->time.tm_sec = 0;
tm_sec            356 drivers/rtc/rtc-pcf8563.c 	if (tm->time.tm_sec) {
tm_sec            359 drivers/rtc/rtc-pcf8563.c 		alarm_time += 60 - tm->time.tm_sec;
tm_sec             77 drivers/rtc/rtc-pcf8583.c 		dt->tm_sec = bcd2bin(buf[1]);
tm_sec             95 drivers/rtc/rtc-pcf8583.c 	buf[3] = bin2bcd(dt->tm_sec);
tm_sec            146 drivers/rtc/rtc-pic32.c 		rtc_tm->tm_sec  = readb(base + PIC32_RTCSEC);
tm_sec            154 drivers/rtc/rtc-pic32.c 	} while (rtc_tm->tm_sec == 0 && tries < 2);
tm_sec            156 drivers/rtc/rtc-pic32.c 	rtc_tm->tm_sec = bcd2bin(rtc_tm->tm_sec);
tm_sec            179 drivers/rtc/rtc-pic32.c 	writeb(bin2bcd(tm->tm_sec),  base + PIC32_RTCSEC);
tm_sec            198 drivers/rtc/rtc-pic32.c 	alm_tm->tm_sec  = readb(base + PIC32_ALRMSEC);
tm_sec            211 drivers/rtc/rtc-pic32.c 	alm_tm->tm_sec = bcd2bin(alm_tm->tm_sec);
tm_sec            141 drivers/rtc/rtc-pl031.c 			|	(tm->tm_sec << RTC_SEC_SHIFT);
tm_sec            158 drivers/rtc/rtc-pl031.c 	tm->tm_sec  = ((st_time & RTC_SEC_MASK) >> RTC_SEC_SHIFT);
tm_sec             98 drivers/rtc/rtc-pxa.c 		| tm->tm_sec;
tm_sec            109 drivers/rtc/rtc-pxa.c 	tm->tm_sec = rdcr & RDxR_SEC_MASK;
tm_sec            141 drivers/rtc/rtc-r7301.c 	tm->tm_sec = rtc7301_read(priv, RTC7301_1_SEC);
tm_sec            142 drivers/rtc/rtc-r7301.c 	tm->tm_sec += (rtc7301_read(priv, RTC7301_10_SEC) & ~RTC7301_AE) * 10;
tm_sec            175 drivers/rtc/rtc-r7301.c 	rtc7301_write(priv, tm->tm_sec % 10, RTC7301_1_SEC);
tm_sec            176 drivers/rtc/rtc-r7301.c 	rtc7301_write(priv, tm->tm_sec / 10, RTC7301_10_SEC);
tm_sec             80 drivers/rtc/rtc-r9701.c 	dt->tm_sec = bcd2bin(buf[0]); /* RSECCNT */
tm_sec            105 drivers/rtc/rtc-r9701.c 	ret = ret ? ret : write_reg(dev, RSECCNT, bin2bcd(dt->tm_sec));
tm_sec            140 drivers/rtc/rtc-r9701.c 		dt.tm_sec  = 0;
tm_sec             72 drivers/rtc/rtc-rc5t583.c 	tm->tm_sec = bcd2bin(rtc_data[0]);
tm_sec             89 drivers/rtc/rtc-rc5t583.c 	rtc_data[0] = bin2bcd(tm->tm_sec);
tm_sec            121 drivers/rtc/rtc-rc5t583.c 	alm->time.tm_sec = 0;
tm_sec            134 drivers/rtc/rtc-rk808.c 	tm->tm_sec = bcd2bin(rtc_data[0] & SECONDS_REG_MSK);
tm_sec            157 drivers/rtc/rtc-rk808.c 	rtc_data[0] = bin2bcd(tm->tm_sec);
tm_sec            207 drivers/rtc/rtc-rk808.c 	alrm->time.tm_sec = bcd2bin(alrm_data[0] & SECONDS_REG_MSK);
tm_sec            268 drivers/rtc/rtc-rk808.c 	alrm_data[0] = bin2bcd(alrm->time.tm_sec);
tm_sec            100 drivers/rtc/rtc-rp5c01.c 	tm->tm_sec  = rp5c01_read(priv, RP5C01_10_SECOND) * 10 +
tm_sec            129 drivers/rtc/rtc-rp5c01.c 	rp5c01_write(priv, tm->tm_sec / 10, RP5C01_10_SECOND);
tm_sec            130 drivers/rtc/rtc-rp5c01.c 	rp5c01_write(priv, tm->tm_sec % 10, RP5C01_1_SECOND);
tm_sec            239 drivers/rtc/rtc-rs5c313.c 	tm->tm_sec = bcd2bin(data);
tm_sec            298 drivers/rtc/rtc-rs5c313.c 	data = bin2bcd(tm->tm_sec);
tm_sec             85 drivers/rtc/rtc-rs5c348.c 	txp[RS5C348_REG_SECS] = bin2bcd(tm->tm_sec);
tm_sec            137 drivers/rtc/rtc-rs5c348.c 	tm->tm_sec = bcd2bin(rxbuf[RS5C348_REG_SECS] & RS5C348_SECS_MASK);
tm_sec            235 drivers/rtc/rtc-rs5c372.c 	tm->tm_sec = bcd2bin(rs5c->regs[RS5C372_REG_SECS] & 0x7f);
tm_sec            251 drivers/rtc/rtc-rs5c372.c 		tm->tm_sec, tm->tm_min, tm->tm_hour,
tm_sec            268 drivers/rtc/rtc-rs5c372.c 		tm->tm_sec, tm->tm_min, tm->tm_hour,
tm_sec            272 drivers/rtc/rtc-rs5c372.c 	buf[0] = bin2bcd(tm->tm_sec);
tm_sec            403 drivers/rtc/rtc-rs5c372.c 	t->time.tm_sec = 0;
tm_sec             92 drivers/rtc/rtc-rtd119x.c 		tm->tm_sec = (readl_relaxed(data->base + RTD_RTCSEC) & RTD_RTCSEC_RTCSEC_MASK) >> 1;
tm_sec            100 drivers/rtc/rtc-rtd119x.c 		if (sec == tm->tm_sec)
tm_sec            146 drivers/rtc/rtc-rtd119x.c 	writel_relaxed((tm->tm_sec << 1) & RTD_RTCSEC_RTCSEC_MASK, data->base + RTD_RTCSEC);
tm_sec            123 drivers/rtc/rtc-rv3028.c 	tm.tm_sec = bcd2bin(date[0]);
tm_sec            231 drivers/rtc/rtc-rv3028.c 	tm->tm_sec  = bcd2bin(date[RV3028_SEC] & 0x7f);
tm_sec            248 drivers/rtc/rtc-rv3028.c 	date[RV3028_SEC]   = bin2bcd(tm->tm_sec);
tm_sec            290 drivers/rtc/rtc-rv3028.c 	alrm->time.tm_sec  = 0;
tm_sec            309 drivers/rtc/rtc-rv3028.c 	if (alrm->time.tm_sec) {
tm_sec            312 drivers/rtc/rtc-rv3028.c 		alarm_time += 60 - alrm->time.tm_sec;
tm_sec            388 drivers/rtc/rtc-rv3029c2.c 	tm->tm_sec = bcd2bin(regs[RV3029_W_SEC - RV3029_W_SEC]);
tm_sec            443 drivers/rtc/rtc-rv3029c2.c 	tm->tm_sec = bcd2bin(regs[RV3029_A_SC - RV3029_A_SC] & 0x7f);
tm_sec            504 drivers/rtc/rtc-rv3029c2.c 	regs[RV3029_A_SC - RV3029_A_SC] = bin2bcd(tm->tm_sec) | RV3029_A_AE_X;
tm_sec            551 drivers/rtc/rtc-rv3029c2.c 	regs[RV3029_W_SEC - RV3029_W_SEC] = bin2bcd(tm->tm_sec);
tm_sec            218 drivers/rtc/rtc-rv8803.c 	tm->tm_sec  = bcd2bin(date[RV8803_SEC] & 0x7f);
tm_sec            245 drivers/rtc/rtc-rv8803.c 	date[RV8803_SEC]   = bin2bcd(tm->tm_sec);
tm_sec            294 drivers/rtc/rtc-rv8803.c 	alrm->time.tm_sec  = 0;
tm_sec            314 drivers/rtc/rtc-rv8803.c 	if (alrm->time.tm_sec) {
tm_sec            317 drivers/rtc/rtc-rv8803.c 		alarm_time += 60 - alrm->time.tm_sec;
tm_sec            150 drivers/rtc/rtc-rx4581.c 	tm->tm_sec = bcd2bin(date[RX4581_REG_SC] & 0x7F);
tm_sec            164 drivers/rtc/rtc-rx4581.c 		tm->tm_sec, tm->tm_min, tm->tm_hour,
tm_sec            179 drivers/rtc/rtc-rx4581.c 		tm->tm_sec, tm->tm_min, tm->tm_hour,
tm_sec            184 drivers/rtc/rtc-rx4581.c 	buf[RX4581_REG_SC+1] = bin2bcd(tm->tm_sec);
tm_sec            129 drivers/rtc/rtc-rx6110.c 	data[RTC_SEC] = bin2bcd(tm->tm_sec);
tm_sec            148 drivers/rtc/rtc-rx6110.c 	tm->tm_sec = bcd2bin(data[RTC_SEC] & 0x7f);
tm_sec            129 drivers/rtc/rtc-rx8010.c 	dt->tm_sec = bcd2bin(date[RX8010_SEC - RX8010_SEC] & 0x7f);
tm_sec            160 drivers/rtc/rtc-rx8010.c 	date[RX8010_SEC - RX8010_SEC] = bin2bcd(dt->tm_sec);
tm_sec            265 drivers/rtc/rtc-rx8010.c 	t->time.tm_sec = 0;
tm_sec            195 drivers/rtc/rtc-rx8025.c 	dt->tm_sec = bcd2bin(date[RX8025_REG_SEC] & 0x7f);
tm_sec            225 drivers/rtc/rtc-rx8025.c 	date[RX8025_REG_SEC] = bin2bcd(dt->tm_sec);
tm_sec            303 drivers/rtc/rtc-rx8025.c 	t->time.tm_sec = 0;
tm_sec            332 drivers/rtc/rtc-rx8025.c 	if (t->time.tm_sec) {
tm_sec            335 drivers/rtc/rtc-rx8025.c 		alarm_time += 60 - t->time.tm_sec;
tm_sec            119 drivers/rtc/rtc-rx8581.c 	tm->tm_sec = bcd2bin(date[RX8581_REG_SC] & 0x7F);
tm_sec            130 drivers/rtc/rtc-rx8581.c 		tm->tm_sec, tm->tm_min, tm->tm_hour,
tm_sec            146 drivers/rtc/rtc-rx8581.c 		tm->tm_sec, tm->tm_min, tm->tm_hour,
tm_sec            150 drivers/rtc/rtc-rx8581.c 	buf[RX8581_REG_SC] = bin2bcd(tm->tm_sec);
tm_sec            218 drivers/rtc/rtc-s35390a.c 		"mon=%d, year=%d, wday=%d\n", __func__, tm->tm_sec,
tm_sec            231 drivers/rtc/rtc-s35390a.c 	buf[S35390A_BYTE_SECS] = bin2bcd(tm->tm_sec);
tm_sec            260 drivers/rtc/rtc-s35390a.c 	tm->tm_sec = bcd2bin(buf[S35390A_BYTE_SECS]);
tm_sec            269 drivers/rtc/rtc-s35390a.c 		"mon=%d, year=%d, wday=%d\n", __func__, tm->tm_sec,
tm_sec            284 drivers/rtc/rtc-s35390a.c 		"mon=%d, year=%d, wday=%d\n", __func__, alm->time.tm_sec,
tm_sec            288 drivers/rtc/rtc-s35390a.c 	if (alm->time.tm_sec != 0)
tm_sec            379 drivers/rtc/rtc-s35390a.c 	alm->time.tm_sec = 0;
tm_sec            190 drivers/rtc/rtc-s3c.c 	rtc_tm->tm_sec  = readb(info->base + S3C2410_RTCSEC);
tm_sec            197 drivers/rtc/rtc-s3c.c 	if (rtc_tm->tm_sec == 0 && !have_retried) {
tm_sec            202 drivers/rtc/rtc-s3c.c 	rtc_tm->tm_sec = bcd2bin(rtc_tm->tm_sec);
tm_sec            237 drivers/rtc/rtc-s3c.c 	writeb(bin2bcd(tm->tm_sec),  info->base + S3C2410_RTCSEC);
tm_sec            260 drivers/rtc/rtc-s3c.c 	alm_tm->tm_sec  = readb(info->base + S3C2410_ALMSEC);
tm_sec            277 drivers/rtc/rtc-s3c.c 		alm_tm->tm_sec = bcd2bin(alm_tm->tm_sec);
tm_sec            315 drivers/rtc/rtc-s3c.c 	if (tm->tm_sec < 60 && tm->tm_sec >= 0) {
tm_sec            317 drivers/rtc/rtc-s3c.c 		writeb(bin2bcd(tm->tm_sec), info->base + S3C2410_ALMSEC);
tm_sec            529 drivers/rtc/rtc-s3c.c 		rtc_tm.tm_sec	= 0;
tm_sec            176 drivers/rtc/rtc-s5m.c 	tm->tm_sec = data[RTC_SEC] & 0x7f;
tm_sec            196 drivers/rtc/rtc-s5m.c 	data[RTC_SEC] = tm->tm_sec;
tm_sec            340 drivers/rtc/rtc-s5m.c 	tm->tm_sec = bcd2bin(data[RTC_SEC]);
tm_sec            360 drivers/rtc/rtc-s5m.c 	data[RTC_SEC] = bin2bcd(tm->tm_sec);
tm_sec             98 drivers/rtc/rtc-sd3078.c 	tm->tm_sec	= bcd2bin(rtc_data[SD3078_REG_SC] & 0x7F);
tm_sec            129 drivers/rtc/rtc-sd3078.c 	rtc_data[SD3078_REG_SC] = bin2bcd(tm->tm_sec);
tm_sec            294 drivers/rtc/rtc-sh.c 		tm->tm_sec	= bcd2bin(readb(rtc->regbase + RSECCNT));
tm_sec            320 drivers/rtc/rtc-sh.c 		tm->tm_sec--;
tm_sec            330 drivers/rtc/rtc-sh.c 		tm->tm_sec, tm->tm_min, tm->tm_hour,
tm_sec            350 drivers/rtc/rtc-sh.c 	writeb(bin2bcd(tm->tm_sec),  rtc->regbase + RSECCNT);
tm_sec            398 drivers/rtc/rtc-sh.c 	tm->tm_sec	= sh_rtc_read_alarm_value(rtc, RSECAR);
tm_sec            439 drivers/rtc/rtc-sh.c 	sh_rtc_write_alarm_value(rtc, tm->tm_sec,  RSECAR);
tm_sec            175 drivers/rtc/rtc-spear.c 	tm->tm_sec = bin2bcd(tm->tm_sec);
tm_sec            185 drivers/rtc/rtc-spear.c 	tm->tm_sec = bcd2bin(tm->tm_sec);
tm_sec            212 drivers/rtc/rtc-spear.c 	tm->tm_sec = (time >> SECOND_SHIFT) & SECOND_MASK;
tm_sec            239 drivers/rtc/rtc-spear.c 	time = (tm->tm_sec << SECOND_SHIFT) | (tm->tm_min << MINUTE_SHIFT) |
tm_sec            266 drivers/rtc/rtc-spear.c 	alm->time.tm_sec = (time >> SECOND_SHIFT) & SECOND_MASK;
tm_sec            297 drivers/rtc/rtc-spear.c 	time = (alm->time.tm_sec << SECOND_SHIFT) | (alm->time.tm_min <<
tm_sec             87 drivers/rtc/rtc-stk17ta8.c 	writeb(bin2bcd(tm->tm_sec) & RTC_SECONDS_MASK, ioaddr + RTC_SECONDS);
tm_sec            118 drivers/rtc/rtc-stk17ta8.c 	tm->tm_sec = bcd2bin(second);
tm_sec            168 drivers/rtc/rtc-stk17ta8.c 	pdata->alrm_sec = alrm->time.tm_sec;
tm_sec            184 drivers/rtc/rtc-stk17ta8.c 	alrm->time.tm_sec = pdata->alrm_sec < 0 ? 0 : pdata->alrm_sec;
tm_sec            237 drivers/rtc/rtc-stm32.c 	tm->tm_sec = bin2bcd(tm->tm_sec);
tm_sec            255 drivers/rtc/rtc-stm32.c 	tm->tm_sec = bcd2bin(tm->tm_sec);
tm_sec            280 drivers/rtc/rtc-stm32.c 	tm->tm_sec = (tr & STM32_RTC_TR_SEC) >> STM32_RTC_TR_SEC_SHIFT;
tm_sec            306 drivers/rtc/rtc-stm32.c 	tr = ((tm->tm_sec << STM32_RTC_TR_SEC_SHIFT) & STM32_RTC_TR_SEC) |
tm_sec            390 drivers/rtc/rtc-stm32.c 		tm->tm_sec = -1;
tm_sec            392 drivers/rtc/rtc-stm32.c 		tm->tm_sec = (alrmar & STM32_RTC_ALRMXR_SEC) >>
tm_sec            460 drivers/rtc/rtc-stm32.c 	       (tm->tm_sec >= cur_sec))))))
tm_sec            495 drivers/rtc/rtc-stm32.c 	alrmar |= (tm->tm_sec << STM32_RTC_ALRMXR_SEC_SHIFT) &
tm_sec            470 drivers/rtc/rtc-sun6i.c 	rtc_tm->tm_sec  = SUN6I_TIME_GET_SEC_VALUE(time);
tm_sec            592 drivers/rtc/rtc-sun6i.c 	time = SUN6I_TIME_SET_SEC_VALUE(rtc_tm->tm_sec)  |
tm_sec            196 drivers/rtc/rtc-sunxi.c 	alrm_tm->tm_sec = SUNXI_ALRM_GET_SEC_VALUE(alrm);
tm_sec            234 drivers/rtc/rtc-sunxi.c 	rtc_tm->tm_sec  = SUNXI_TIME_GET_SEC_VALUE(time);
tm_sec            359 drivers/rtc/rtc-sunxi.c 	time = SUNXI_TIME_SET_SEC_VALUE(rtc_tm->tm_sec)  |
tm_sec             88 drivers/rtc/rtc-tps65910.c 	tm->tm_sec = bcd2bin(rtc_data[0]);
tm_sec            104 drivers/rtc/rtc-tps65910.c 	rtc_data[0] = bin2bcd(tm->tm_sec);
tm_sec            153 drivers/rtc/rtc-tps65910.c 	alm->time.tm_sec = bcd2bin(alarm_data[0]);
tm_sec            180 drivers/rtc/rtc-tps65910.c 	alarm_data[0] = bin2bcd(alm->time.tm_sec);
tm_sec             79 drivers/rtc/rtc-tps80031.c 	tm->tm_sec = bcd2bin(buff[0]);
tm_sec             94 drivers/rtc/rtc-tps80031.c 	buff[0] = bin2bcd(tm->tm_sec);
tm_sec            148 drivers/rtc/rtc-tps80031.c 	buff[0] = bin2bcd(alrm->time.tm_sec);
tm_sec            178 drivers/rtc/rtc-tps80031.c 	alrm->time.tm_sec = bcd2bin(buff[0]);
tm_sec            316 drivers/rtc/rtc-twl.c 	tm->tm_sec = bcd2bin(rtc_data[0]);
tm_sec            333 drivers/rtc/rtc-twl.c 	rtc_data[0] = bin2bcd(tm->tm_sec);
tm_sec            383 drivers/rtc/rtc-twl.c 	alm->time.tm_sec = bcd2bin(rtc_data[0]);
tm_sec            408 drivers/rtc/rtc-twl.c 	alarm_data[0] = bin2bcd(alm->time.tm_sec);
tm_sec            218 drivers/rtc/rtc-v3020.c 	dt->tm_sec	= bcd2bin(tmp);
tm_sec            235 drivers/rtc/rtc-v3020.c 	dev_dbg(dev, "tm_sec : %i\n", dt->tm_sec);
tm_sec            250 drivers/rtc/rtc-v3020.c 	dev_dbg(dev, "tm_sec : %i\n", dt->tm_sec);
tm_sec            258 drivers/rtc/rtc-v3020.c 	v3020_set_reg(chip, V3020_SECONDS,	bin2bcd(dt->tm_sec));
tm_sec            109 drivers/rtc/rtc-vt8500.c 	tm->tm_sec = bcd2bin(time & TIME_SEC_MASK);
tm_sec            139 drivers/rtc/rtc-vt8500.c 		| (bin2bcd(tm->tm_sec)),
tm_sec            156 drivers/rtc/rtc-vt8500.c 	alrm->time.tm_sec = bcd2bin((alarm & TIME_SEC_MASK));
tm_sec            172 drivers/rtc/rtc-vt8500.c 		| (bin2bcd(alrm->time.tm_sec)),
tm_sec            107 drivers/rtc/rtc-wilco-ec.c 	tm->tm_sec	= rtc.second;
tm_sec            143 drivers/rtc/rtc-wilco-ec.c 	rtc.second	= bin2bcd(tm->tm_sec);
tm_sec             52 drivers/rtc/rtc-wm8350.c 			tm->tm_sec = time1[0] & WM8350_RTC_SECS_MASK;
tm_sec             97 drivers/rtc/rtc-wm8350.c 	time[0] = tm->tm_sec;
tm_sec            150 drivers/rtc/rtc-wm8350.c 	tm->tm_sec = time[0] & WM8350_RTC_ALMSECS_MASK;
tm_sec            151 drivers/rtc/rtc-wm8350.c 	if (tm->tm_sec == WM8350_RTC_ALMSECS_MASK)
tm_sec            152 drivers/rtc/rtc-wm8350.c 		tm->tm_sec = -1;
tm_sec            252 drivers/rtc/rtc-wm8350.c 	if (tm->tm_sec != -1)
tm_sec            253 drivers/rtc/rtc-wm8350.c 		time[0] |= tm->tm_sec;
tm_sec            127 drivers/rtc/rtc-x1205.c 	tm->tm_sec = bcd2bin(buf[CCR_SEC]);
tm_sec            139 drivers/rtc/rtc-x1205.c 		tm->tm_sec, tm->tm_min, tm->tm_hour,
tm_sec            189 drivers/rtc/rtc-x1205.c 		__func__, tm->tm_sec, tm->tm_min, tm->tm_hour, tm->tm_mday,
tm_sec            192 drivers/rtc/rtc-x1205.c 	buf[CCR_SEC] = bin2bcd(tm->tm_sec);
tm_sec           2383 drivers/scsi/aacraid/commsup.c 	wellness_str[10] = bin2bcd(cur_tm.tm_sec);
tm_sec           3702 drivers/scsi/arcmsr/arcmsr_hba.c 	datetime.a.second = tm.tm_sec;
tm_sec            817 drivers/scsi/fnic/fnic_trace.c 		tm.tm_hour, tm.tm_min, tm.tm_sec,
tm_sec           5993 drivers/scsi/ips.c 	scb->cmd.ffdc.second = tm.tm_sec;
tm_sec            839 drivers/scsi/smartpqi/smartpqi_init.c 	buffer->time[2] = bin2bcd(tm.tm_sec);
tm_sec             99 drivers/staging/exfat/exfat_super.c 	tp->Second	= tm.tm_sec;
tm_sec            134 drivers/staging/exfat/exfat_super.c 	tp->sec  = tm.tm_sec;
tm_sec            427 drivers/staging/greybus/tools/loopback_test.c 		       tm->tm_hour, tm->tm_min, tm->tm_sec);
tm_sec            905 drivers/usb/host/xhci-tegra.c 		 time.tm_hour, time.tm_min, time.tm_sec);
tm_sec            261 fs/fat/misc.c  	tm.tm_sec >>= 1;
tm_sec            263 fs/fat/misc.c  	*time = cpu_to_le16(tm.tm_hour << 11 | tm.tm_min << 5 | tm.tm_sec);
tm_sec             31 fs/nilfs2/sysfs.c 				    res.tm_hour, res.tm_min, res.tm_sec);\
tm_sec             90 fs/udf/udftime.c 	dest->second = tm.tm_sec;
tm_sec             54 include/linux/time.h 	int tm_sec;
tm_sec             22 include/uapi/linux/rtc.h 	int tm_sec;
tm_sec           2531 kernel/debug/kdb/kdb_main.c 		tm.tm_hour, tm.tm_min, tm.tm_sec,
tm_sec             99 kernel/time/timeconv.c 	result->tm_sec = rem % 60;
tm_sec            499 lib/test_printf.c 		.tm_sec = 43,
tm_sec           1749 lib/vsprintf.c 	return number(buf, end, tm->tm_sec, default_dec02_spec);
tm_sec             56 net/netfilter/nft_meta.c 		+ tm.tm_sec;
tm_sec             96 security/tomoyo/util.c 	stamp->sec = tm.tm_sec;
tm_sec             49 tools/testing/selftests/rtc/rtctest.c 	       rtc_tm.tm_hour, rtc_tm.tm_min, rtc_tm.tm_sec);
tm_sec            137 tools/testing/selftests/rtc/rtctest.c 	       tm.tm_hour, tm.tm_min, tm.tm_sec);
tm_sec            195 tools/testing/selftests/rtc/rtctest.c 	       alarm.time.tm_min, alarm.time.tm_sec);
tm_sec            225 tools/testing/selftests/rtc/rtctest.c 	secs = timegm((struct tm *)&tm) + 60 - tm.tm_sec;
tm_sec            239 tools/testing/selftests/rtc/rtctest.c 	       tm.tm_hour, tm.tm_min, tm.tm_sec);
tm_sec            279 tools/testing/selftests/rtc/rtctest.c 	secs = timegm((struct tm *)&alarm.time) + 60 - alarm.time.tm_sec;
tm_sec            297 tools/testing/selftests/rtc/rtctest.c 	       alarm.time.tm_min, alarm.time.tm_sec);
tm_sec             50 tools/testing/selftests/rtc/setdate.c 	sscanf(time, "%d:%d:%d", &new.tm_hour, &new.tm_min, &new.tm_sec);
tm_sec             54 tools/testing/selftests/rtc/setdate.c 		new.tm_hour, new.tm_min, new.tm_sec);
tm_sec             73 tools/testing/selftests/rtc/setdate.c 		current.tm_hour, current.tm_min, current.tm_sec);