Q40_RTC_SECS      223 arch/m68k/q40/config.c 		Q40_RTC_SECS = bin2bcd(t->tm_sec);
Q40_RTC_SECS      242 arch/m68k/q40/config.c 		t->tm_sec  = bcd2bin (Q40_RTC_SECS);
Q40_RTC_SECS      256 arch/m68k/q40/config.c 	return bcd2bin(Q40_RTC_SECS);