Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/compulab/common/
H A Deeprom.c286 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 Dm41t60.c91 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 Dm48t35ax.c29 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 Ddavinci.c33 mon_cent = readl(&rtc->month); in rtc_get()
66 writel(bin2bcd(tmp->tm_mon), &rtc->month); in rtc_set()
H A Dds1302.c66 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 Ddavinci_rtc.h22 unsigned int month; /* 0x10 */ member
/rk3399_rockchip-uboot/tools/rockchip/
H A Dboot_merger.h143 uint8_t month; member
H A Dboot_merger.c602 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 Defi.h209 u8 month; member
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_runtime.c114 time->month = tm.tm_mon; in efi_get_time_boottime()
/rk3399_rockchip-uboot/doc/
H A DREADME.POST698 o) Passing month boundaries
700 This will be checked by setting RTC to a second before a month
/rk3399_rockchip-uboot/
H A DREADME123 names consisting of the calendar year and month of the release date.