Home
last modified time | relevance | path

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

/freebsd/sys/arm64/include/
H A Darmreg.h1930 #define MVFR0_FPDP_SHIFT 8 macro
1932 #define MVFR0_FPDP_MASK (UL(0xf) << MVFR0_FPDP_SHIFT)
1934 #define MVFR0_FPDP_NONE (UL(0x0) << MVFR0_FPDP_SHIFT)
1935 #define MVFR0_FPDP_VFP_v2 (UL(0x1) << MVFR0_FPDP_SHIFT)
1936 #define MVFR0_FPDP_VFP_v3_v4 (UL(0x2) << MVFR0_FPDP_SHIFT)