Home
last modified time | relevance | path

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

/arch/mips/include/asm/octeon/
Dcvmx.h147 static inline uint64_t cvmx_build_bits(uint64_t high_bit, in cvmx_build_bits() argument
150 return (value & cvmx_build_mask(high_bit - low_bit + 1)) << low_bit; in cvmx_build_bits()