Searched refs:low_bit (Results 1 – 6 of 6) 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/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx.h | 150 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 D | pinctrl-mtk-common.h | 81 unsigned char low_bit; member 90 .low_bit = _low, \
|
| H A D | pinctrl-mtk-common.c | 213 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 D | pinctrl-rk628.c | 1496 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()
|