Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/arm64/include/
HDarmreg.h1730 #define MVFR0_FPDP_SHIFT 8 macro
1731 #define MVFR0_FPDP_MASK (UL(0xf) << MVFR0_FPDP_SHIFT)
1733 #define MVFR0_FPDP_NONE (UL(0x0) << MVFR0_FPDP_SHIFT)
1734 #define MVFR0_FPDP_VFP_v2 (UL(0x1) << MVFR0_FPDP_SHIFT)
1735 #define MVFR0_FPDP_VFP_v3_v4 (UL(0x2) << MVFR0_FPDP_SHIFT)