Home
last modified time | relevance | path

Searched defs:diu_ad (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dfsl-diu-fb.h67 struct diu_ad { struct
79 __be32 pix_fmt; /* hard coding pixel format */
82 __le32 addr;
90 __le32 src_size_g_alpha;
98 __le32 aoi_size;
106 __le32 offset_xyi;
113 __le32 offset_xyd;
117 __u8 ckmax_r;
118 __u8 ckmax_g;
119 __u8 ckmax_b;
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dfsl_diu_fb.c128 struct diu_ad { struct
130 __le32 pix_fmt; /* hard coding pixel format */
132 __le32 addr;
134 __le32 src_size_g_alpha;
136 __le32 aoi_size;
138 __le32 offset_xyi;
140 __le32 offset_xyd;
142 __le32 ckmax_r:8;
143 __le32 ckmax_g:8;
144 __le32 ckmax_b:8;
[all …]