Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-pcf8523.c18 #define PCF8523_CONTROL1_AIE BIT(1) macro
182 tm->enabled = !!(value & PCF8523_CONTROL1_AIE); in pcf8523_rtc_read_alarm()
197 PCF8523_CONTROL1_AIE, enabled ? in pcf8523_irq_enable()
198 PCF8523_CONTROL1_AIE : 0); in pcf8523_irq_enable()