Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/mfd/
Drohm-shared.h17 #define BD70528_MASK_RTC_MONTH 0x1f macro
/Linux-v6.6/drivers/rtc/
Drtc-bd70528.c70 r->month &= ~BD70528_MASK_RTC_MONTH; in tm2rtc()
103 t->tm_mon = bcd2bin(r->month & BD70528_MASK_RTC_MONTH) - 1; in rtc2tm()