Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
H A Dvfp.h93 #define MVFR1_FPHP_BIT (24) macro
94 #define MVFR1_FPHP_MASK (0xf << MVFR1_FPHP_BIT)
/linux/arch/arm/vfp/
H A Dvfpmodule.c961 if (((fmrx(MVFR1) & MVFR1_FPHP_MASK) >> MVFR1_FPHP_BIT) == 0x3) in vfp_init()