Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_csc.c186 val = SUN8I_CSC_CTRL_EN; in sun8i_csc_enable()
190 regmap_update_bits(map, SUN8I_CSC_CTRL(base), SUN8I_CSC_CTRL_EN, val); in sun8i_csc_enable()
H A Dsun8i_csc.h23 #define SUN8I_CSC_CTRL_EN BIT(0) macro