Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/rtc/
Drtc-nct3018y.c27 #define NCT3018Y_BIT_AF BIT(7) macro
81 flags &= ~(NCT3018Y_BIT_AF); in nct3018y_set_alarm_mode()
109 *alarm_flag = flags & NCT3018Y_BIT_AF; in nct3018y_get_alarm_mode()