Searched defs:real_minutes (Results 1 – 11 of 11) sorted by relevance
/arch/mn10300/kernel/ |
D | rtc.c | 55 int real_seconds, real_minutes, cmos_minutes; in set_rtc_mmss() local
|
/arch/m68k/atari/ |
D | time.c | 292 short real_seconds = nowtime % 60, real_minutes = (nowtime / 60) % 60; in atari_mste_set_clock_mmss() local 316 short real_seconds = nowtime % 60, real_minutes = (nowtime / 60) % 60; in atari_tt_set_clock_mmss() local
|
/arch/mips/include/asm/ |
D | mc146818-time.h | 33 int real_seconds, real_minutes, cmos_minutes; in mc146818_set_rtc_mmss() local
|
/arch/mips/dec/ |
D | time.c | 70 int real_seconds, real_minutes, cmos_minutes; in rtc_mips_set_mmss() local
|
/arch/cris/kernel/ |
D | time.c | 61 int real_seconds, real_minutes, cmos_minutes; in set_rtc_mmss() local
|
/arch/sh/boards/mach-sh03/ |
D | rtc.c | 90 int real_seconds, real_minutes, cmos_minutes; in set_rtc_mmss() local
|
/arch/x86/kernel/ |
D | rtc.c | 45 int real_seconds, real_minutes, cmos_minutes; in mach_set_rtc_mmss() local
|
/arch/m68k/q40/ |
D | config.c | 278 short real_seconds = nowtime % 60, real_minutes = (nowtime / 60) % 60; in q40_set_clock_mmss() local
|
/arch/m68k/bvme6000/ |
D | config.c | 318 short real_seconds = nowtime % 60, real_minutes = (nowtime / 60) % 60; in bvme6000_set_clock_mmss() local
|
/arch/alpha/kernel/ |
D | time.c | 465 int real_seconds, real_minutes, cmos_minutes; in set_rtc_mmss() local
|
/arch/x86/platform/efi/ |
D | efi.c | 265 int real_seconds, real_minutes; in efi_set_rtc_mmss() local
|