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

/u-boot/drivers/video/imx/
H A Dipu_common.c45 #define ipu_ch_param_set_field(base, w, bit, size, v) { \ macro
802 ipu_ch_param_set_field(p, 1, 116, 3, red_width - 1);
803 ipu_ch_param_set_field(p, 1, 128, 5, red_offset);
805 ipu_ch_param_set_field(p, 1, 119, 3, green_width - 1);
806 ipu_ch_param_set_field(p, 1, 133, 5, green_offset);
808 ipu_ch_param_set_field(p, 1, 122, 3, blue_width - 1);
809 ipu_ch_param_set_field(p, 1, 138, 5, blue_offset);
811 ipu_ch_param_set_field(p, 1, 125, 3, alpha_width - 1);
812 ipu_ch_param_set_field(p, 1, 143, 5, alpha_offset);
828 ipu_ch_param_set_field(
[all...]

Completed in 148 milliseconds