Searched refs:century (Results 1 – 4 of 4) sorted by relevance
108 unsigned int status, year, mon, day, hour, min, sec, century = 0; in mach_get_cmos_time() local131 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()
14 volatile u8 century; member
83 year += bcd2bin(m48t37_base->century) * 100; in read_persistent_clock()118 m48t37_base->century = bin2bcd(tm.tm_year / 100); in rtc_mips_set_time()
248 int century; in pcf8563_ioctl() local282 century = (tm.tm_year >= 2000) ? 0x80 : 0; in pcf8563_ioctl()291 tm.tm_mon |= century; in pcf8563_ioctl()