Searched refs:y2_tmp (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/video/fbdev/ |
| D | tridentfb.c | 444 u32 x1_tmp, x2_tmp, y1_tmp, y2_tmp; in xp_copy_rect() local 459 y2_tmp = y2 + h - 1; in xp_copy_rect() 462 y2_tmp = y2; in xp_copy_rect() 468 writemmr(par, OLDDST, point(y2_tmp, x2_tmp)); in xp_copy_rect() 584 u16 x1_tmp, x2_tmp, y1_tmp, y2_tmp; in tgui_copy_rect() local 598 y2_tmp = y2 + h - 1; in tgui_copy_rect() 601 y2_tmp = y2; in tgui_copy_rect() 607 writemmr(par, OLDDST, point(x2_tmp, y2_tmp)); in tgui_copy_rect()
|