Searched refs:coeff (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/video/imx/
H A Dipu_disp.c37 const int (*coeff)[5][3]; member in struct:dp_csc_param_t
385 const int (*coeff)[5][3];
394 coeff = dp_csc_param.coeff;
396 if (coeff) {
397 __raw_writel(mask_a((*coeff)[0][0]) |
398 (mask_a((*coeff)[0][1]) << 16), DP_CSC_A_0());
399 __raw_writel(mask_a((*coeff)[0][2]) |
400 (mask_a((*coeff)[1][0]) << 16), DP_CSC_A_1());
401 __raw_writel(mask_a((*coeff)[
[all...]

Completed in 111 milliseconds