Searched refs:npics (Results 1 – 1 of 1) sorted by relevance
120 static u_int npics; /* PICs registered */ variable295 for (idx = 0; idx < npics; idx++) { in powerpc_map_irq()301 if (idx == npics) in powerpc_map_irq()370 for (idx = 0; idx < npics; idx++) { in powerpc_register_pic()383 if (idx == npics) { in powerpc_register_pic()391 npics++; in powerpc_register_pic()394 KASSERT(npics < MAX_PICS, in powerpc_register_pic()411 for (idx = 0; idx < npics; idx++) { in powerpc_get_irq()430 npics++; in powerpc_get_irq()432 KASSERT(npics < MAX_PICS, in powerpc_get_irq()[all …]