Searched refs:irqsta (Results 1 – 2 of 2) sorted by relevance
43 u32 irqsta, irqen; in mtk_rtc_irq_handler_thread() local46 ret = regmap_read(rtc->regmap, rtc->addr_base + RTC_IRQ_STA, &irqsta); in mtk_rtc_irq_handler_thread()47 if ((ret >= 0) && (irqsta & RTC_IRQ_STA_AL)) { in mtk_rtc_irq_handler_thread()49 irqen = irqsta & ~RTC_IRQ_EN_AL; in mtk_rtc_irq_handler_thread()
126 u16 irqsta; in rtc_irq_handler_thread() local129 irqsta = mt2712_readl(mt2712_rtc, MT2712_IRQ_STA); in rtc_irq_handler_thread()130 if (irqsta & MT2712_IRQ_STA_AL) { in rtc_irq_handler_thread()