Searched refs:high_bit (Results 1 – 6 of 6) sorted by relevance
| /linux/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))
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | efuse_be.c | 457 u8 low_bit, high_bit, cnt_zero = 0; in get_sb_cryp_sel_idx() local 466 high_bit = !!(sel_form_v & BIT(7 - idx)); in get_sb_cryp_sel_idx() 467 if (low_bit != high_bit) in get_sb_cryp_sel_idx() 480 high_bit = u8_get_bits(sel_idx_v, 0xF0); in get_sb_cryp_sel_idx() 482 if ((low_bit ^ high_bit) != 0xF) in get_sb_cryp_sel_idx()
|
| /linux/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()
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | processor.h | 270 #define KVM_X86_CPU_PROPERTY(fn, idx, gpr, low_bit, high_bit) \ 277 .hi_bit = high_bit, \ 280 kvm_static_assert(low_bit < high_bit); \ 249 KVM_X86_CPU_PROPERTY(fn,idx,gpr,low_bit,high_bit) global() argument
|
| /linux/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-mtk-common.c | 229 bits = drv_grp->high_bit - drv_grp->low_bit + 1; in mtk_pconf_set_driving()
|