Home
last modified time | relevance | path

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

/openbmc/libcper/
H A Dcper-utils.c327 bcd_to_int(timestamp->Century) % in timestamp_to_string()
348 &out->Century, &out->Year, &out->Month, &out->Day, &out->Hours, in string_to_timestamp()
352 out->Century = int_to_bcd(out->Century); in string_to_timestamp()
/openbmc/libcper/generator/
H A Dcper-generate.c55 header->TimeStamp.Century = int_to_bcd(rand() % 100); in generate_cper_record()
/openbmc/libcper/include/libcper/
H A DCper.h73 UINT8 Century; member
/openbmc/linux/drivers/rtc/
H A DKconfig268 bool "Century bit support for rtc-ds1307"