Searched refs:VP_MASK (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/media/platform/s5p-tv/
H A Dregs-vp.h52 #define VP_MASK(high_bit, low_bit) \ macro
56 (((val) << (low_bit)) & VP_MASK(high_bit, low_bit))
/linux-4.4.14/drivers/gpu/drm/exynos/
H A Dregs-vp.h55 #define VP_MASK(high_bit, low_bit) \ macro
59 (((val) << (low_bit)) & VP_MASK(high_bit, low_bit))

Completed in 2381 milliseconds