Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_rtc.h40 #define AT91_RTC_DAY (7 << 21) /* Current Day */ macro
/openbmc/linux/drivers/rtc/
H A Drtc-at91rm9200.c53 #define AT91_RTC_DAY GENMASK(23, 21) /* Current Day */ macro
183 tm->tm_wday = bcd2bin(FIELD_GET(AT91_RTC_DAY, date)) - 1; /* day of the week [0-6], Sunday=0 */ in at91_rtc_decodetime()
231 | FIELD_PREP(AT91_RTC_DAY, bin2bcd(tm->tm_wday + 1)) in at91_rtc_settime()