Lines Matching full:cirq
116 /* cirq support irq number check */ in mtk_cirq_domain_translate()
169 * When external interrupts happened, CIRQ will record the status in mtk_cirq_suspend()
170 * even CIRQ is not enabled. When execute flush command, CIRQ will in mtk_cirq_suspend()
172 * status, CIRQ will resend the wrong signals. in mtk_cirq_suspend()
174 * arch_suspend_disable_irqs() will be called before CIRQ suspend in mtk_cirq_suspend()
176 * which happened between arch_suspend_disable_irqs and CIRQ suspend in mtk_cirq_suspend()
179 * - Iterate over all the CIRQ supported interrupts; in mtk_cirq_suspend()
183 * arch_suspend_disable_irqs and CIRQ suspend callback, don't ACK in mtk_cirq_suspend()
208 /* enable cirq */ in mtk_cirq_suspend()
224 /* disable cirq */ in mtk_cirq_resume()
262 pr_err("mtk_cirq: unable to map cirq register\n"); in mtk_cirq_of_init()
298 IRQCHIP_DECLARE(mtk_cirq, "mediatek,mtk-cirq", mtk_cirq_of_init);