| /u-boot/lib/ |
| A D | date.c | 32 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 D | efi_selftest_rtc.c | 48 .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 D | mc13xxx-rtc.c | 48 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 D | Kconfig | 300 day of the week, date, month and year information. It is to be
|
| /u-boot/board/compulab/common/ |
| A D | eeprom.c | 277 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 D | davinci_rtc.h | 20 unsigned int day; member
|
| /u-boot/doc/ |
| A D | README.commands.itest | 1 A slow day today so here is a revised itest command with provisional
|
| A D | README.nand | 162 flexibility, so that one day we can eliminate the old mechanism.
|
| /u-boot/lib/crypto/ |
| A D | x509_cert_parser.c | 551 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 D | efi_runtime.c | 266 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 D | efi_variable.c | 96 tm.tm_mday = timestamp.day; in efi_variable_authenticate()
|
| A D | efi_file.c | 494 time->day = tm->tm_mday; in rtc2efi()
|
| /u-boot/include/linux/ |
| A D | time.h | 157 const unsigned int day, const unsigned int hour,
|
| /u-boot/include/ |
| A D | efi.h | 285 u8 day; member
|
| A D | efi_api.h | 1051 u8 day; member
|
| /u-boot/cmd/ |
| A D | eficonfig_sbkey.c | 272 time->year, time->month, time->day, in eficonfig_process_show_siglist()
|
| A D | efidebug.c | 289 result->capsule_processed.day, result->capsule_processed.hour, in do_efi_capsule_res()
|
| /u-boot/doc/develop/ |
| A D | process.rst | 87 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 D | design.rst | 756 ugliness of mixing configuration and run-time data, one day it is possible
|