Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-efi.c39 int ndays = eft->year * (365 % 7) in compute_wday() local
49 return ndays % 7; in compute_wday()