Home
last modified time | relevance | path

Searched defs:year (Results 1 – 25 of 53) sorted by relevance

123

/openbmc/u-boot/drivers/rtc/
H A Drtc-lib.c26 static int rtc_month_days(unsigned int month, unsigned int year) in rtc_month_days()
40 unsigned int month, year, secs; in rtc_to_tm() local
H A Ddate.c19 #define leapyear(year) ((year) % 4 == 0) argument
84 int year = tm->tm_year; in rtc_mktime() local
H A Ds3c24x0_rtc.c46 uchar sec, min, hour, mday, wday, mon, year; in rtc_get() local
110 uchar sec, min, hour, mday, wday, mon, year; in rtc_set() local
H A Ddavinci.c15 unsigned long sec, min, hour, mday, wday, mon_cent, year; in rtc_get() local
H A Dpcf8563.c26 uchar sec, min, hour, mday, wday, mon_cent, year; in rtc_get() local
H A Dmax6900.c39 uchar sec, min, hour, mday, wday, mon, cent, year; in rtc_get() local
H A Dm48t35ax.c26 uchar sec, min, hour, cent_day, date, month, year; in rtc_get() local
H A Dpt7c4338.c65 u8 sec, min, hour, mday, wday, mon, year, ctl_stat; in rtc_get() local
H A Dm41t60.c28 static unsigned char year2cb(unsigned const year) in year2cb()
H A Dds164x.c55 uchar mday, wday, mon, year; in rtc_get() local
H A Dmk48t59.c78 uchar sec, min, hour, mday, wday, mon, year; in rtc_get() local
H A Dds174x.c50 uchar mday, wday, mon, year; in rtc_get() local
H A Dds1556.c55 uchar mday, wday, mon, year; in rtc_get() local
H A Dds3231.c63 uchar sec, min, hour, mday, wday, mon_cent, year, control, status; in rtc_get() local
H A Drx8025.c81 uchar sec, min, hour, mday, wday, mon, year, ctl2; in rtc_get() local
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_test.cpp36 uint16_t year = 0; in TEST() local
57 uint16_t year = 2019; in TEST() local
/openbmc/u-boot/cmd/
H A Ddate.c184 int year, century; in mk_date() local
192 int year, century; in mk_date() local
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dbcd_time.cpp37 int year = 1900 + gmTime->tm_year; in getBCDTime() local
64 int year = (fromBCD(bcdTime.yearMSB) * 100) + fromBCD(bcdTime.yearLSB); in getMillisecondsSinceEpoch() local
/openbmc/qemu/hw/rtc/
H A Daspeed_rtc.c30 uint32_t year, cent; in aspeed_rtc_calc_offset() local
49 uint32_t year, cent; in aspeed_rtc_get_counter() local
/openbmc/pldm/libpldmresponder/
H A Dbios.cpp27 uint16_t& year) in epochToBCDTime()
44 uint8_t day, uint8_t month, uint16_t year) in timeToEpoch()
118 uint16_t year = 0; in getDateTime() local
164 uint16_t year = 0; in setDateTime() local
/openbmc/u-boot/include/
H A Drtc.h219 static inline bool is_leap_year(unsigned int year) in is_leap_year()
/openbmc/phosphor-webui/app/common/filters/
H A Dindex.js48 year: 'numeric', property in AnonymousClass2fc0db500901
/openbmc/libpldm/src/dsp/
H A Dbios.c27 uint8_t day, uint8_t month, uint16_t year, in encode_get_date_time_resp()
64 uint8_t *month, uint16_t *year) in decode_get_date_time_resp()
97 uint8_t month, uint16_t year, struct pldm_msg *msg, in encode_set_date_time_req()
137 uint8_t *day, uint8_t *month, uint16_t *year) in decode_set_date_time_req()
/openbmc/u-boot/board/compulab/common/
H A Deeprom.c287 unsigned int year) in validate_date()
368 unsigned int year = simple_strtol(tok3, &endptr, 0); in eeprom_field_update_date() local
/openbmc/openbmc/poky/meta/recipes-extended/at/at/
H A Dposixtm.c63 year (struct tm *tm, const int *digit_pair, size_t n, unsigned int syntax_bits) in year() function

123