Searched refs:SUN8I_CSC_COEFF (Results 1 – 2 of 2) sorted by relevance
122 base_reg = SUN8I_CSC_COEFF(base, 0); in sun8i_csc_set_coefficients()128 base_reg = SUN8I_CSC_COEFF(base, i + 1); in sun8i_csc_set_coefficients()130 base_reg = SUN8I_CSC_COEFF(base, i - 1); in sun8i_csc_set_coefficients()132 base_reg = SUN8I_CSC_COEFF(base, i); in sun8i_csc_set_coefficients()
20 #define SUN8I_CSC_COEFF(base, i) (base + 0x10 + 4 * i) macro