Searched refs:day_of_century (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/time/ |
H A D | timeconv.c | 49 u32 u32tmp, day_of_century, year_of_century, day_of_year, month, day; in time64_to_tm() local 109 day_of_century = (u32) (u64tmp / 4); in time64_to_tm() 111 u32tmp = 4 * day_of_century + 3; in time64_to_tm()
|
/openbmc/linux/drivers/rtc/ |
H A D | lib.c | 58 u32 u32tmp, udays, century, day_of_century, year_of_century, year, in rtc_time64_to_tm() local 100 day_of_century = u32tmp % 146097 / 4; in rtc_time64_to_tm() 102 u32tmp = 4 * day_of_century + 3; in rtc_time64_to_tm()
|