Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-pcf8563.c26 #define PCF8563_BIT_AF BIT(3) macro
146 buf &= ~(PCF8563_BIT_AF | PCF8563_BITS_ST2_N); in pcf8563_set_alarm_mode()
170 *pen = !!(buf & PCF8563_BIT_AF); in pcf8563_get_alarm_mode()