Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/arm64/include/
HDarmreg.h1724 #define MVFR0_FPSP_SHIFT 4 macro
1725 #define MVFR0_FPSP_MASK (UL(0xf) << MVFR0_FPSP_SHIFT)
1727 #define MVFR0_FPSP_NONE (UL(0x0) << MVFR0_FPSP_SHIFT)
1728 #define MVFR0_FPSP_VFP_v2 (UL(0x1) << MVFR0_FPSP_SHIFT)
1729 #define MVFR0_FPSP_VFP_v3_v4 (UL(0x2) << MVFR0_FPSP_SHIFT)