Home
last modified time | relevance | path

Searched refs:rtc_month_days (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/rtc/
A Drtc-lib.c26 int rtc_month_days(unsigned int month, unsigned int year) in rtc_month_days() function
62 newdays = days - rtc_month_days(month, year); in rtc_to_tm()
/u-boot/include/
A Drtc.h322 int rtc_month_days(unsigned int month, unsigned int year);
/u-boot/lib/efi_loader/
A Defi_runtime.c306 time->day > rtc_month_days(time->month - 1, time->year) || in efi_validate_time()

Completed in 6 milliseconds