Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/include/asm/
Dvfp.h26 #define FPSID_PART_BIT (8) macro
27 #define FPSID_PART_MASK (0xFF << FPSID_PART_BIT)
/linux-4.1.27/arch/arm/vfp/
Dvfpmodule.c804 (vfpsid & FPSID_PART_MASK) >> FPSID_PART_BIT, in vfp_init()