Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/rtc/
Dds1685.h127 #define RTC_MONTH_BIN_MASK 0x0f /* - - - - x x x x */ macro
/Linux-v4.19/drivers/rtc/
Drtc-ds1685.c303 RTC_MONTH_BIN_MASK) - 1); in ds1685_rtc_read_time()
333 month = ds1685_rtc_bin2bcd(rtc, (tm->tm_mon + 1), RTC_MONTH_BIN_MASK, in ds1685_rtc_set_time()