Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/rtc/
H A Dds1685.h162 #define RTC_CTRL_B_UIE BIT(4) /* Update-Ended Interrupt-Enable */ macro
/openbmc/linux/drivers/rtc/
H A Drtc-ds1685.c700 if ((ctrlb & RTC_CTRL_B_UIE) && in ds1685_rtc_irq_handler()
811 ((ctrlb & RTC_CTRL_B_UIE) ? "yes" : "no"), in ds1685_rtc_proc()