Home
last modified time | relevance | path

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

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