Lines Matching refs:u32

125     u32 OBUF_0Y;
126 u32 OBUF_1Y;
127 u32 OBUF_0U;
128 u32 OBUF_0V;
129 u32 OBUF_1U;
130 u32 OBUF_1V;
131 u32 OSTRIDE;
132 u32 YRGB_VPH;
133 u32 UV_VPH;
134 u32 HORZ_PH;
135 u32 INIT_PHS;
136 u32 DWINPOS;
137 u32 DWINSZ;
138 u32 SWIDTH;
139 u32 SWIDTHSW;
140 u32 SHEIGHT;
141 u32 YRGBSCALE;
142 u32 UVSCALE;
143 u32 OCLRC0;
144 u32 OCLRC1;
145 u32 DCLRKV;
146 u32 DCLRKM;
147 u32 SCLRKVH;
148 u32 SCLRKVL;
149 u32 SCLRKEN;
150 u32 OCONFIG;
151 u32 OCMD;
152 u32 RESERVED1; /* 0x6C */
153 u32 OSTART_0Y;
154 u32 OSTART_1Y;
155 u32 OSTART_0U;
156 u32 OSTART_0V;
157 u32 OSTART_1U;
158 u32 OSTART_1V;
159 u32 OTILEOFF_0Y;
160 u32 OTILEOFF_1Y;
161 u32 OTILEOFF_0U;
162 u32 OTILEOFF_0V;
163 u32 OTILEOFF_1U;
164 u32 OTILEOFF_1V;
165 u32 FASTHSCALE; /* 0xA0 */
166 u32 UVSCALEV; /* 0xA4 */
167 u32 RESERVEDC[(0x200 - 0xA8) / 4]; /* 0xA8 - 0x1FC */
185 u32 pfit_vscale_ratio; /* shifted-point number, (1<<12) == 1.0 */
186 u32 color_key;
187 u32 brightness, contrast, saturation;
188 u32 old_xscale, old_yscale;
190 u32 flip_addr;
272 u32 flip_addr = overlay->flip_addr;
273 u32 tmp;
329 u32 flip_addr = overlay->flip_addr;
443 static int packed_depth_bytes(u32 format)
455 static int packed_width_bytes(u32 format, short width)
465 static int uv_hsubsampling(u32 format)
479 static int uv_vsubsampling(u32 format)
493 static u32 calc_swidthsw(struct drm_device *dev, u32 offset, u32 width)
495 u32 mask, shift, ret;
553 u32 xscale, yscale, xscale_UV, yscale_UV;
608 u32 key = overlay->color_key;
634 static u32 overlay_cmd_reg(struct put_image_params *params)
636 u32 cmd = OCMD_ENABLE | OCMD_BUF_TYPE_FRAME | OCMD_BUFFER0;
688 u32 swidth, swidthsw, sheight, ostride;
707 u32 oconfig;
749 u32 tmp_U, tmp_V;
841 u32 pfit_control = I915_READ(PFIT_CONTROL);
842 u32 ratio;
877 u32 tmp;
896 u32 stride_mask;
898 u32 tmp;
1008 u32 pfit_control;
1117 params->dst_y = ((((u32)put_image_rec->dst_y) << 12) /
1120 params->dst_h = ((((u32)put_image_rec->dst_height) << 12) /
1182 static bool check_gamma_bounds(u32 gamma1, u32 gamma2)
1197 static bool check_gamma5_errata(u32 gamma5)
1418 u32 dovsta;
1419 u32 isr;