Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/rtc/
H A Dds1685.h223 #define RTC_CTRL_4B_RIE BIT(2) /* RAM Clear-Interrupt Enable */ 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()