Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
H A Dvfp.h36 #define FPSID_REV_BIT (0) macro
37 #define FPSID_REV_MASK (0xF << FPSID_REV_BIT)
/linux/arch/arm/vfp/
H A Dvfpmodule.c1022 (vfpsid & FPSID_REV_MASK) >> FPSID_REV_BIT); in vfp_init()