Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dregs-vp.h52 #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 Dregs-mixer.h66 #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/kernel/arch/mips/include/asm/octeon/
H A Dcvmx.h150 uint64_t low_bit, uint64_t value) 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/mediatek/
H A Dpinctrl-mtk-common.h81 unsigned char low_bit; member
90 .low_bit = _low, \
H A Dpinctrl-mtk-common.c213 bits = drv_grp->high_bit - drv_grp->low_bit + 1; in mtk_pconf_set_driving()
215 shift = pin_drv->bit + drv_grp->low_bit; in mtk_pconf_set_driving()
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-rk628.c1496 u32 pend, low_bit, high_bit; in rk628_irq_demux_thread() local
1504 low_bit = pend & 0x0000ffff; in rk628_irq_demux_thread()
1507 (low_bit << 16) | low_bit); in rk628_irq_demux_thread()