Lines Matching defs:width
85 unsigned int width;
172 writel(dst_q_data->height << 16 | dst_q_data->width,
236 unsigned int width, unsigned int height,
242 if (width < 16 || width > 8192 || width % 16 != 0 ||
257 src_q_data->width = width;
259 src_q_data->bytesperline = width;
264 dst_q_data->width = width;
269 dst_q_data->bytesperline = width * 2;
274 dst_q_data->bytesperline = width;