Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/sun4i/
Dsun8i_csc.c206 val = SUN8I_CSC_CTRL_EN; in sun8i_csc_enable()
210 regmap_update_bits(map, SUN8I_CSC_CTRL(base), SUN8I_CSC_CTRL_EN, val); in sun8i_csc_enable()
Dsun8i_csc.h22 #define SUN8I_CSC_CTRL_EN BIT(0) macro