Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/malta/
H A Dmalta_mp.c54 #define MVPCONF0_PVPE_MASK (0xf << MVPCONF0_PVPE_SHIFT) macro
215 ncpus = ((reg & MVPCONF0_PVPE_MASK) >> MVPCONF0_PVPE_SHIFT) + 1; in platform_cpu_mask()