Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/
H A Dvfp.h32 #define FPSID_PART_BIT (8) macro
33 #define FPSID_PART_MASK (0xFF << FPSID_PART_BIT)
/openbmc/linux/arch/arm/vfp/
H A Dvfpmodule.c1002 (vfpsid & FPSID_PART_MASK) >> FPSID_PART_BIT, in vfp_init()