Searched refs:MVFR0_SP_BIT (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/include/asm/
H A Dvfp.h82 #define MVFR0_SP_BIT (4) macro
83 #define MVFR0_SP_MASK (0xf << MVFR0_SP_BIT)
/linux-4.4.14/arch/arm/vfp/
H A Dvfpmodule.c774 ((mvfr0 & MVFR0_SP_MASK) >> MVFR0_SP_BIT) == 0x2) { vfp_init()

Completed in 85 milliseconds