Lines Matching defs:active_cnt
68 static u32 active_cnt = 0;
173 for (i=0; i<active_cnt; i++) {
196 if (active_cnt == VT8500_INTC_MAX) {
202 intc[active_cnt].base = of_iomap(np, 0);
203 intc[active_cnt].domain = irq_domain_add_linear(node, 64,
204 &vt8500_irq_domain_ops, &intc[active_cnt]);
206 if (!intc[active_cnt].base) {
211 if (!intc[active_cnt].domain) {
218 vt8500_init_irq_hw(intc[active_cnt].base);
222 active_cnt++;