Searched refs:low_bit (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | regs-vp.h | 55 #define VP_MASK(high_bit, low_bit) \ argument 56 (((2 << ((high_bit) - (low_bit))) - 1) << (low_bit)) 58 #define VP_MASK_VAL(val, high_bit, low_bit) \ argument 59 (((val) << (low_bit)) & VP_MASK(high_bit, low_bit))
|
D | regs-mixer.h | 68 #define MXR_MASK(high_bit, low_bit) \ argument 69 (((2 << ((high_bit) - (low_bit))) - 1) << (low_bit)) 71 #define MXR_MASK_VAL(val, high_bit, low_bit) \ argument 72 (((val) << (low_bit)) & MXR_MASK(high_bit, low_bit))
|
/linux-4.1.27/drivers/media/platform/s5p-tv/ |
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))
|
D | regs-mixer.h | 55 #define MXR_MASK(high_bit, low_bit) \ argument 56 (((2 << ((high_bit) - (low_bit))) - 1) << (low_bit)) 58 #define MXR_MASK_VAL(val, high_bit, low_bit) \ argument 59 (((val) << (low_bit)) & MXR_MASK(high_bit, low_bit))
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx.h | 148 uint64_t low_bit, uint64_t value) in cvmx_build_bits() argument 150 return (value & cvmx_build_mask(high_bit - low_bit + 1)) << low_bit; in cvmx_build_bits()
|
/linux-4.1.27/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.h | 88 unsigned char low_bit; member 97 .low_bit = _low, \
|
D | pinctrl-mtk-common.c | 177 bits = drv_grp->high_bit - drv_grp->low_bit + 1; in mtk_pconf_set_driving() 179 shift = pin_drv->bit + drv_grp->low_bit; in mtk_pconf_set_driving()
|