Searched refs:month (Results 1 – 12 of 12) sorted by relevance
| /rk3399_rockchip-uboot/board/compulab/common/ |
| H A D | eeprom.c | 286 static int validate_date(unsigned char day, unsigned char month, in validate_date() argument 291 switch (month) { in validate_date() 363 unsigned char month; in eeprom_field_update_date() local 364 for (month = 1; month <= 12; month++) in eeprom_field_update_date() 365 if (!strcmp(tok2, months[month - 1])) in eeprom_field_update_date() 374 if (validate_date(day, month - 1, year)) { in eeprom_field_update_date() 385 field->buf[1] = month; in eeprom_field_update_date()
|
| /rk3399_rockchip-uboot/drivers/rtc/ |
| H A D | m41t60.c | 91 uchar min, date, month, years; in rtc_validate() local 116 month = data[RTC_MONTH] & 0x3F; in rtc_validate() 122 0x12 < month || in rtc_validate() 124 daysInMonth[month] < date || 0x09 < (date & 0x0F) || 0x00 == date || in rtc_validate() 125 (0x29 == date && 0x02 == month && in rtc_validate()
|
| H A D | m48t35ax.c | 29 uchar sec, min, hour, cent_day, date, month, year; in rtc_get() local 42 month = rtc_read (0x6); in rtc_get() 52 year, month, date, cent_day, in rtc_get() 59 tmp->tm_mon = bcd2bin (month & 0x1F); in rtc_get()
|
| H A D | davinci.c | 33 mon_cent = readl(&rtc->month); in rtc_get() 66 writel(bin2bcd(tmp->tm_mon), &rtc->month); in rtc_set()
|
| H A D | ds1302.c | 66 unsigned char month:4; member 277 tmp->tm_mon=10*bbclk.month10+bbclk.month; in rtc_get() 320 bbclk.month=tmp->tm_mon%10; in rtc_set()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | davinci_rtc.h | 22 unsigned int month; /* 0x10 */ member
|
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | boot_merger.h | 143 uint8_t month; member
|
| H A D | boot_merger.c | 602 rkTime.month = tm->tm_mon + 1; in getTime() 607 LOGD("%d-%d-%d %02d:%02d:%02d\n", rkTime.year, rkTime.month, rkTime.day, in getTime()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | efi.h | 209 u8 month; member
|
| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | efi_runtime.c | 114 time->month = tm.tm_mon; in efi_get_time_boottime()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.POST | 698 o) Passing month boundaries 700 This will be checked by setting RTC to a second before a month
|
| /rk3399_rockchip-uboot/ |
| H A D | README | 123 names consisting of the calendar year and month of the release date.
|