Home
last modified time | relevance | path

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

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