Home
last modified time | relevance | path

Searched refs:century (Results 1 – 4 of 4) sorted by relevance

/arch/x86/kernel/
Drtc.c108 unsigned int status, year, mon, day, hour, min, sec, century = 0; in mach_get_cmos_time() local
131 acpi_gbl_FADT.century) in mach_get_cmos_time()
132 century = CMOS_READ(acpi_gbl_FADT.century); in mach_get_cmos_time()
149 if (century) { in mach_get_cmos_time()
150 century = bcd2bin(century); in mach_get_cmos_time()
151 year += century * 100; in mach_get_cmos_time()
152 printk(KERN_INFO "Extended CMOS year: %d\n", century * 100); in mach_get_cmos_time()
/arch/mips/include/asm/
Dm48t37.h14 volatile u8 century; member
/arch/mips/pmc-sierra/yosemite/
Dsetup.c83 year += bcd2bin(m48t37_base->century) * 100; in read_persistent_clock()
118 m48t37_base->century = bin2bcd(tm.tm_year / 100); in rtc_mips_set_time()
/arch/cris/arch-v10/drivers/
Dpcf8563.c248 int century; in pcf8563_ioctl() local
282 century = (tm.tm_year >= 2000) ? 0x80 : 0; in pcf8563_ioctl()
291 tm.tm_mon |= century; in pcf8563_ioctl()