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

/freebsd-11-stable/sys/mips/sibyte/
H A Dsb_scd.c59 #define GET_VAL_64(x, b, n) (((x) >> (b)) & ((1ULL << (n)) - 1)) macro
62 #define SYSREV_NUM_PROCESSORS(x) GET_VAL_64((x), 24, 4)
65 #define SYSCFG_PLLDIV(x) GET_VAL_64((x), 7, 5)

Completed in 166 milliseconds