Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-rc5t583.c33 #define SET_YAL BIT(5) macro
44 val = enabled ? SET_YAL : 0; in rc5t583_rtc_alarm_irq_enable()
46 return regmap_update_bits(rc5t583->regmap, RC5T583_RTC_CTL1, SET_YAL, in rc5t583_rtc_alarm_irq_enable()
133 if (interrupt_enable & SET_YAL) in rc5t583_rtc_read_alarm()