Searched refs:npics (Results 1 – 1 of 1) sorted by relevance
120 static u_int npics; /* PICs registered */ variable292 for (idx = 0; idx < npics; idx++) { in powerpc_map_irq()298 if (idx == npics) in powerpc_map_irq()367 for (idx = 0; idx < npics; idx++) { in powerpc_register_pic()380 if (idx == npics) { in powerpc_register_pic()388 npics++; in powerpc_register_pic()391 KASSERT(npics < MAX_PICS, in powerpc_register_pic()408 for (idx = 0; idx < npics; idx++) { in powerpc_get_irq()427 npics++; in powerpc_get_irq()429 KASSERT(npics < MAX_PICS, in powerpc_get_irq()[all …]