Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-da9063.c24 #define MONTHS_TO_DA9063(month) ((month) + 1) macro
191 data[RTC_MONTH] = MONTHS_TO_DA9063(tm->tm_mon) & in da9063_tm_to_data()