Home
last modified time | relevance | path

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

/arch/microblaze/kernel/cpu/
Dcpuinfo-pvr-full.c56 temp = PVR_USE_FPU(pvr) | PVR_USE_FPU2(pvr); in set_cpuinfo_pvr_full()
/arch/microblaze/include/asm/
Dpvr.h130 #define PVR_USE_FPU2(_pvr) (_pvr.pvr[2] & PVR2_USE_FPU2_MASK) macro