Searched refs:coeff (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | ipu_disp.c | 36 const int (*coeff)[5][3]; member 384 const int (*coeff)[5][3]; in ipu_dp_csc_setup() local 393 coeff = dp_csc_param.coeff; in ipu_dp_csc_setup() 395 if (coeff) { in ipu_dp_csc_setup() 396 __raw_writel(mask_a((*coeff)[0][0]) | in ipu_dp_csc_setup() 397 (mask_a((*coeff)[0][1]) << 16), DP_CSC_A_0()); in ipu_dp_csc_setup() 398 __raw_writel(mask_a((*coeff)[0][2]) | in ipu_dp_csc_setup() 399 (mask_a((*coeff)[1][0]) << 16), DP_CSC_A_1()); in ipu_dp_csc_setup() 400 __raw_writel(mask_a((*coeff)[1][1]) | in ipu_dp_csc_setup() 401 (mask_a((*coeff)[1][2]) << 16), DP_CSC_A_2()); in ipu_dp_csc_setup() [all …]
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/video/ |
| H A D | exynos-dp.txt | 41 samsung,ycbcr-coeff: YCbCr co-efficients for input video 67 samsung,ycbcr-coeff = <0>;
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | exynos5420-smdk5420.dts | 129 samsung,ycbcr-coeff = <0>;
|
| H A D | exynos54xx.dtsi | 192 samsung,ycbcr-coeff = <0>;
|
| H A D | exynos5800-peach-pi.dts | 160 samsung,ycbcr-coeff = <0>;
|
| H A D | exynos5250-smdk5250.dts | 125 samsung,ycbcr-coeff = <0>;
|
| H A D | exynos5250-spring.dts | 158 samsung,ycbcr-coeff = <0>; 413 samsung,ycbcr-coeff = <0>;
|
| H A D | exynos5420-peach-pit.dts | 297 samsung,ycbcr-coeff = <0>;
|
| H A D | exynos5250-snow.dts | 373 samsung,ycbcr-coeff = <0>;
|