Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rtc/
Drtc-rc5t583.c43 #define SET_YAL BIT(5) macro
54 val = enabled ? SET_YAL : 0; in rc5t583_rtc_alarm_irq_enable()
56 return regmap_update_bits(rc5t583->regmap, RC5T583_RTC_CTL1, SET_YAL, in rc5t583_rtc_alarm_irq_enable()
143 if (interrupt_enable & SET_YAL) in rc5t583_rtc_read_alarm()