Searched refs:y2_tmp (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/video/fbdev/ |
H A D | tridentfb.c | 446 u32 x1_tmp, x2_tmp, y1_tmp, y2_tmp; in xp_copy_rect() local 461 y2_tmp = y2 + h - 1; in xp_copy_rect() 464 y2_tmp = y2; in xp_copy_rect() 470 writemmr(par, OLDDST, point(y2_tmp, x2_tmp)); in xp_copy_rect() 586 u16 x1_tmp, x2_tmp, y1_tmp, y2_tmp; in tgui_copy_rect() local 600 y2_tmp = y2 + h - 1; in tgui_copy_rect() 603 y2_tmp = y2; in tgui_copy_rect() 609 writemmr(par, OLDDST, point(x2_tmp, y2_tmp)); in tgui_copy_rect()
|