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

/netbsd-6-1-5-RELEASE/sys/arch/powerpc/booke/
H A De500_intr.c69 #define CTPR2IPL(ctpr) ((ctpr) - (15 - IPL_HIGH))
454 u_int ctpr = ipl;
458 u_int ctpr = (ipl >= IPL_VM ? 15 : ipl); local
461 const u_int ctpr = IPL2CTPR(ipl); local
464 openpic_write(cpu, OPENPIC_CTPR, ctpr);
465 KASSERT(openpic_read(cpu, OPENPIC_CTPR) == ctpr);

Completed in 45 milliseconds