Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/include/asm/
Dvfp.h30 #define FPSID_REV_BIT (0) macro
31 #define FPSID_REV_MASK (0xF << FPSID_REV_BIT)
/linux-4.1.27/arch/arm/vfp/
Dvfpmodule.c806 (vfpsid & FPSID_REV_MASK) >> FPSID_REV_BIT); in vfp_init()