Searched refs:SUN8I_CSC_COEFF (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/sun4i/ | ||
D | sun8i_csc.h | 20 #define SUN8I_CSC_COEFF(base, i) (base + 0x10 + 4 * i) macro |
D | sun8i_csc.c | 173 base_reg = SUN8I_CSC_COEFF(base, 0); in sun8i_csc_set_coefficients() |