Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/exynos/
Dregs-scaler.h80 #define _SCALER_VCOEF_DELTA(r, c) ((r) * 0x8 + (c) * 0x4) macro
83 #define SCALER_YVCOEF(r, c) (0xf0 + _SCALER_VCOEF_DELTA((r), (c)))
85 #define SCALER_CVCOEF(r, c) (0x1d0 + _SCALER_VCOEF_DELTA((r), (c)))