Searched refs:high_bit (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/ |
| H A D | regs-vp.h | 52 #define VP_MASK(high_bit, low_bit) \ argument 53 (((2 << ((high_bit) - (low_bit))) - 1) << (low_bit)) 55 #define VP_MASK_VAL(val, high_bit, low_bit) \ argument 56 (((val) << (low_bit)) & VP_MASK(high_bit, low_bit))
|
| H A D | regs-mixer.h | 66 #define MXR_MASK(high_bit, low_bit) \ argument 67 (((2 << ((high_bit) - (low_bit))) - 1) << (low_bit)) 69 #define MXR_MASK_VAL(val, high_bit, low_bit) \ argument 70 (((val) << (low_bit)) & MXR_MASK(high_bit, low_bit))
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | crc.hpp | 283 static const least high_bit = 1ul << ( Bits - 1u ); member 286 BOOST_STATIC_CONSTANT( least, high_bit = (least( 1u ) << ( Bits 340 using base_type::high_bit; 343 BOOST_STATIC_CONSTANT( least, high_bit = base_type::high_bit ); 370 using base_type::high_bit; 373 BOOST_STATIC_CONSTANT( least, high_bit = base_type::high_bit ); 393 using base_type::high_bit; 396 BOOST_STATIC_CONSTANT( least, high_bit = base_type::high_bit ); 417 using base_type::high_bit; 420 BOOST_STATIC_CONSTANT( least, high_bit = base_type::high_bit ); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-mtk-common.h | 82 unsigned char high_bit; member 91 .high_bit = _high, \
|
| H A D | pinctrl-mtk-common.c | 213 bits = drv_grp->high_bit - drv_grp->low_bit + 1; in mtk_pconf_set_driving()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx.h | 149 static inline uint64_t cvmx_build_bits(uint64_t high_bit, in cvmx_build_bits() argument 152 return (value & cvmx_build_mask(high_bit - low_bit + 1)) << low_bit; in cvmx_build_bits()
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | pinctrl-rk628.c | 1496 u32 pend, low_bit, high_bit; in rk628_irq_demux_thread() local 1505 high_bit = (pend >> 16); in rk628_irq_demux_thread() 1512 (high_bit << 16) | high_bit); in rk628_irq_demux_thread()
|