real_seconds       72 arch/mips/dec/time.c 	int real_seconds, real_minutes, cmos_minutes;
real_seconds       95 arch/mips/dec/time.c 	real_minutes = div_s64_rem(nowtime, 60, &real_seconds);
real_seconds      102 arch/mips/dec/time.c 			real_seconds = bin2bcd(real_seconds);
real_seconds      105 arch/mips/dec/time.c 		CMOS_WRITE(real_seconds, RTC_SECONDS);
real_seconds       33 arch/mips/include/asm/mc146818-time.h 	int real_seconds, real_minutes, cmos_minutes;
real_seconds       55 arch/mips/include/asm/mc146818-time.h 	real_seconds = nowtime % 60;
real_seconds       63 arch/mips/include/asm/mc146818-time.h 			real_seconds = bin2bcd(real_seconds);
real_seconds       66 arch/mips/include/asm/mc146818-time.h 		CMOS_WRITE(real_seconds, RTC_SECONDS);
real_seconds       93 arch/sh/boards/mach-sh03/rtc.c 	int real_seconds, real_minutes, cmos_minutes;
real_seconds      102 arch/sh/boards/mach-sh03/rtc.c 	real_seconds = tm->tm_sec;
real_seconds      109 arch/sh/boards/mach-sh03/rtc.c 		__raw_writeb(real_seconds % 10, RTC_SEC1);
real_seconds      110 arch/sh/boards/mach-sh03/rtc.c 		__raw_writeb(real_seconds / 10, RTC_SEC10);