Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/include/asm/
Dvfp.h34 #define FPSID_REV_BIT (0) macro
35 #define FPSID_REV_MASK (0xF << FPSID_REV_BIT)
/Linux-v4.19/arch/arm/vfp/
Dvfpmodule.c817 (vfpsid & FPSID_REV_MASK) >> FPSID_REV_BIT); in vfp_init()