Searched refs:ifpga_imask (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/evbarm/ifpga/
H A Difpga_intr.h93 extern int ifpga_imask[];
95 set_curcpl(old | ifpga_imask[ipl]);
105 extern int ifpga_imask[];
108 ifpga_splx(ifpga_imask[ipl]);
H A Difpga_intr.c61 int ifpga_imask[NIPL]; variable
165 ifpga_imask[ipl] = irqs;
168 KASSERT(ifpga_imask[IPL_NONE] == 0);
175 ifpga_imask[IPL_VM] |= 0;
176 ifpga_imask[IPL_SCHED] |= ifpga_imask[IPL_VM];
177 ifpga_imask[IPL_HIGH] |= ifpga_imask[IPL_SCHED];
190 irqs |= ifpga_imask[ih->ih_ipl];

Completed in 163 milliseconds