Home
last modified time | relevance | path

Searched refs:VPR_PRIORITY_MAKE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/powerpc/include/booke/
H A Dopenpicreg.h51 #define VPR_PRIORITY_MAKE(n) (((n) & 0x000f) << 16) macro
/netbsd-src/sys/arch/powerpc/booke/
H A De500_intr.c810 uint32_t vpr = VPR_PRIORITY_MAKE(IPL2CTPR(ipl)) in e500_intr_cpu_establish()