Searched refs:post_clamp (Results 1 – 3 of 3) sorted by relevance
121 uint32_t post_clamp[6]; member
177 for (i = 0; i < ARRAY_SIZE(csc->post_clamp) ; i++) { in mdp4_write_csc_config()182 csc->post_clamp[i]); in mdp4_write_csc_config()
527 uint32_t *post_clamp = csc->post_clamp; in csc_enable() local534 MDP5_PIPE_CSC_1_POST_CLAMP_REG_HIGH(post_clamp[2*i+1]) | in csc_enable()535 MDP5_PIPE_CSC_1_POST_CLAMP_REG_LOW(post_clamp[2*i])); in csc_enable()