Searched refs:npics (Results 1 – 1 of 1) sorted by relevance
120 static u_int npics; /* PICs registered */ variable298 for (idx = 0; idx < npics; idx++) { in powerpc_map_irq()304 if (idx == npics) in powerpc_map_irq()373 for (idx = 0; idx < npics; idx++) { in powerpc_register_pic()386 if (idx == npics) { in powerpc_register_pic()394 npics++; in powerpc_register_pic()397 KASSERT(npics < MAX_PICS, in powerpc_register_pic()414 for (idx = 0; idx < npics; idx++) { in powerpc_get_irq()433 npics++; in powerpc_get_irq()435 KASSERT(npics < MAX_PICS, in powerpc_get_irq()[all …]