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

/freebsd-current/sys/arm64/include/
H A Darmreg.h1597 #define MVFR0_FPDP_SHIFT 8 macro
1598 #define MVFR0_FPDP_MASK (UL(0xf) << MVFR0_FPDP_SHIFT)
1600 #define MVFR0_FPDP_NONE (UL(0x0) << MVFR0_FPDP_SHIFT)
1601 #define MVFR0_FPDP_VFP_v2 (UL(0x1) << MVFR0_FPDP_SHIFT)
1602 #define MVFR0_FPDP_VFP_v3_v4 (UL(0x2) << MVFR0_FPDP_SHIFT)

Completed in 142 milliseconds