Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dvfp.h37 #define FPSID_REV_MASK (0xF << FPSID_REV_BIT) macro
/OK3568_Linux_fs/kernel/arch/arm/vfp/
H A Dvfpmodule.c865 (vfpsid & FPSID_REV_MASK) >> FPSID_REV_BIT); in vfp_init()