Home
last modified time | relevance | path

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

/u-boot/lib/
A Ddate.c32 int day; in rtc_calc_weekday() local
51 day = 1; in rtc_calc_weekday()
53 day = 0; in rtc_calc_weekday()
56 day += last_year * 365 + leaps_to_date + month_offset[tm->tm_mon - 1] + in rtc_calc_weekday()
58 tm->tm_wday = day % 7; in rtc_calc_weekday()
97 const unsigned int day, const unsigned int hour, in mktime64() argument
104 time.tm_mday = day; in mktime64()
/u-boot/lib/efi_selftest/
A Defi_selftest_rtc.c48 .day = 19, in execute()
63 tm_old.year, tm_old.month, tm_old.day, in execute()
78 tm.day != tm_new.day || in execute()
/u-boot/drivers/rtc/
A Dmc13xxx-rtc.c48 u32 time, day; in rtc_set() local
54 day = time / 86400; in rtc_set()
57 pmic_reg_write(p, REG_RTC_DAY, day); in rtc_set()
A DKconfig300 day of the week, date, month and year information. It is to be
/u-boot/board/compulab/common/
A Deeprom.c277 static int validate_date(unsigned char day, unsigned char month, in validate_date() argument
290 if (day > 31) in validate_date()
297 if (day > 30) in validate_date()
309 if (day > days_in_february) in validate_date()
348 unsigned char day = (unsigned char)simple_strtol(tok1, &endptr, 0); in eeprom_field_update_date() local
349 if (*endptr != '\0' || day == 0) { in eeprom_field_update_date()
365 if (validate_date(day, month - 1, year)) { in eeprom_field_update_date()
375 field->buf[0] = day; in eeprom_field_update_date()
/u-boot/arch/arm/include/asm/
A Ddavinci_rtc.h20 unsigned int day; member
/u-boot/doc/
A DREADME.commands.itest1 A slow day today so here is a revised itest command with provisional
A DREADME.nand162 flexibility, so that one day we can eliminate the old mechanism.
/u-boot/lib/crypto/
A Dx509_cert_parser.c551 unsigned year, mon, day, hour, min, sec, mon_len; in x509_decode_time() local
577 day = DD2bin(p); in x509_decode_time()
601 if (day < 1 || day > mon_len || in x509_decode_time()
607 *_t = mktime64(year, mon, day, hour, min, sec); in x509_decode_time()
/u-boot/lib/efi_loader/
A Defi_runtime.c266 time->day = tm.tm_mday; in efi_get_time_boottime()
305 !time->month || time->month > 12 || !time->day || in efi_validate_time()
306 time->day > rtc_month_days(time->month - 1, time->year) || in efi_validate_time()
351 tm.tm_mday = time->day; in efi_set_time_boottime()
A Defi_variable.c96 tm.tm_mday = timestamp.day; in efi_variable_authenticate()
A Defi_file.c494 time->day = tm->tm_mday; in rtc2efi()
/u-boot/include/linux/
A Dtime.h157 const unsigned int day, const unsigned int hour,
/u-boot/include/
A Defi.h285 u8 day; member
A Defi_api.h1051 u8 day; member
/u-boot/cmd/
A Deficonfig_sbkey.c272 time->year, time->month, time->day, in eficonfig_process_show_siglist()
A Defidebug.c289 result->capsule_processed.day, result->capsule_processed.hour, in do_efi_capsule_res()
/u-boot/doc/develop/
A Dprocess.rst87 hours or even a day. Patch acceptance is not as critical as a
93 It makes more sense if an engineer spends another day on testing and
/u-boot/doc/develop/driver-model/
A Ddesign.rst756 ugliness of mixing configuration and run-time data, one day it is possible

Completed in 39 milliseconds