Home
last modified time | relevance | path

Searched defs:RTC_WDAY_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/rtc/
Drtc-pl031.c61 #define RTC_WDAY_MASK (0x7 << RTC_WDAY_SHIFT) /* Day of Week [1-7] 1=Sunday */ macro
/linux-6.1.9/include/linux/rtc/
Dds1685.h125 #define RTC_WDAY_MASK 0x07 /* - - - - - x x x */ macro