Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/rtc/
H A Dds1685.h160 #define RTC_CTRL_B_PIE BIT(6) /* Periodic-Interrupt Enable */ macro
/openbmc/linux/drivers/rtc/
H A Drtc-ds1685.c686 if ((ctrlb & RTC_CTRL_B_PIE) && in ds1685_rtc_irq_handler()
812 ((ctrlb & RTC_CTRL_B_PIE) ? "yes" : "no"), in ds1685_rtc_proc()