Searched refs:coeff (Results 1 – 10 of 10) sorted by relevance
/u-boot/drivers/video/imx/ |
A D | ipu_disp.c | 37 const int (*coeff)[5][3]; member 385 const int (*coeff)[5][3]; in ipu_dp_csc_setup() local 394 coeff = dp_csc_param.coeff; in ipu_dp_csc_setup() 396 if (coeff) { in ipu_dp_csc_setup() 397 __raw_writel(mask_a((*coeff)[0][0]) | in ipu_dp_csc_setup() 399 __raw_writel(mask_a((*coeff)[0][2]) | in ipu_dp_csc_setup() 401 __raw_writel(mask_a((*coeff)[1][1]) | in ipu_dp_csc_setup() 403 __raw_writel(mask_a((*coeff)[2][0]) | in ipu_dp_csc_setup() 406 (mask_b((*coeff)[3][0]) << 16) | in ipu_dp_csc_setup() 408 __raw_writel(mask_b((*coeff)[3][1]) | ((*coeff)[4][1] << 14) | in ipu_dp_csc_setup() [all …]
|
/u-boot/doc/device-tree-bindings/video/ |
A D | exynos-dp.txt | 41 samsung,ycbcr-coeff: YCbCr co-efficients for input video 67 samsung,ycbcr-coeff = <0>;
|
/u-boot/arch/arm/dts/ |
A D | exynos5420-smdk5420.dts | 145 samsung,ycbcr-coeff = <0>;
|
A D | exynos54xx.dtsi | 205 samsung,ycbcr-coeff = <0>;
|
A D | exynos5800-peach-pi.dts | 175 samsung,ycbcr-coeff = <0>;
|
A D | exynos5250-smdk5250.dts | 142 samsung,ycbcr-coeff = <0>;
|
A D | exynos5250-spring.dts | 209 samsung,ycbcr-coeff = <0>; 464 samsung,ycbcr-coeff = <0>;
|
A D | exynos5420-peach-pit.dts | 312 samsung,ycbcr-coeff = <0>;
|
A D | exynos5250-snow.dts | 384 samsung,ycbcr-coeff = <0>;
|
/u-boot/tools/ |
A D | k3_gen_x509_cert.sh | 31 coeff=INTEGER:0xDEGEN_COEFF
|
Completed in 11 milliseconds