Searched refs:SUN8I_CSC_COEFF (Results 1 – 2 of 2) sorted by relevance
123 base_reg = SUN8I_CSC_COEFF(base, 0); in sun8i_csc_set_coefficients()129 base_reg = SUN8I_CSC_COEFF(base, i + 1); in sun8i_csc_set_coefficients()131 base_reg = SUN8I_CSC_COEFF(base, i - 1); in sun8i_csc_set_coefficients()133 base_reg = SUN8I_CSC_COEFF(base, i); in sun8i_csc_set_coefficients()
21 #define SUN8I_CSC_COEFF(base, i) ((base) + 0x10 + 4 * (i)) macro