Home
last modified time | relevance | path

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

/linux/include/linux/mfd/mt6397/
H A Drtc.h26 #define RTC_IRQ_STA_AL BIT(0) macro
/linux/drivers/rtc/
H A Drtc-mt6397.c47 if ((ret >= 0) && (irqsta & RTC_IRQ_STA_AL)) { in mtk_rtc_irq_handler_thread()