Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/rtc/
H A Dds1685.h206 #define RTC_CTRL_4A_RF BIT(2) /* RAM-Clear Flag */ macro
/openbmc/linux/drivers/rtc/
H A Drtc-ds1685.c636 if ((ctrl4b & RTC_CTRL_4B_RIE) && (ctrl4a & RTC_CTRL_4A_RF)) { in ds1685_rtc_extended_irq()
638 (ctrl4a & ~(RTC_CTRL_4A_RF))); in ds1685_rtc_extended_irq()