Searched defs:x_end (Results 1 - 4 of 4) sorted by relevance

/drivers/video/
H A Ddnfb.c151 int incr, y_delta, pre_read = 0, x_end, x_word_count; local
164 x_end = area->dx + area->width - 1;
165 x_word_count = (x_end >> 4) - (area->dx >> 4) + 1;
167 end_mask = 0x7ffff >> (x_end & 0xf);
174 x_end = area->dx - area->width + 1;
175 x_word_count = (area->dx >> 4) - (x_end >> 4) + 1;
177 end_mask = 0xffff0000 >> (x_end & 0xf);
/drivers/video/omap2/displays/
H A Dpanel-n8x0.c120 int x_end, y_end; local
122 x_end = x + w - 1;
129 tmp[4] = x_end;
130 tmp[5] = x_end >> 8;
139 tmp[12] = x_end;
140 tmp[13] = x_end >> 8;
/drivers/media/video/
H A Dov9740.c565 u32 x_end; local
593 x_end = x_start + scale_input_x - 1;
609 ret = ov9740_reg_write(client, OV9740_X_ADDR_END_HI, x_end >> 8);
612 ret = ov9740_reg_write(client, OV9740_X_ADDR_END_LO, x_end & 0xff);
/drivers/video/omap/
H A Dhwa742.c159 static void set_window_regs(int x_start, int y_start, int x_end, int y_end) argument
164 x_end--;
170 tmp[4] = x_end;
171 tmp[5] = x_end >> 8;

Completed in 209 milliseconds