Searched refs:months (Results 1 – 3 of 3) sorted by relevance
| /u-boot/drivers/rtc/ |
| A D | mcfrtc.c | 59 int days, i, months; in rtc_set() local 77 months = tmp->tm_mon - 1; in rtc_set() 78 for (i = 0; i < months; i++) { in rtc_set()
|
| /u-boot/board/compulab/common/ |
| A D | eeprom.c | 261 char *months[12] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", variable 279 printf("%s", months[field->buf[1] - 1]); in eeprom_field_print_date() 365 if (!strcmp(tok2, months[month - 1])) in eeprom_field_update_date()
|
| /u-boot/doc/uImage.FIT/ |
| A D | signature.txt | 574 <n>m = key expires in n months
|
Completed in 7 milliseconds