Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/arm64/include/
HDarmreg.h1585 #define MVFR0_FPSP_SHIFT 4 macro
1586 #define MVFR0_FPSP_MASK (UL(0xf) << MVFR0_FPSP_SHIFT)
1588 #define MVFR0_FPSP_NONE (UL(0x0) << MVFR0_FPSP_SHIFT)
1589 #define MVFR0_FPSP_VFP_v2 (UL(0x1) << MVFR0_FPSP_SHIFT)
1590 #define MVFR0_FPSP_VFP_v3_v4 (UL(0x2) << MVFR0_FPSP_SHIFT)