Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_rtc.h31 #define AT91_RTC_SEC (0x7f << 0) /* Current Second */ macro
/openbmc/linux/drivers/rtc/
H A Drtc-at91rm9200.c44 #define AT91_RTC_SEC GENMASK(6, 0) /* Current Second */ macro