Searched refs:x2_tmp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | tridentfb.c | 445 u32 x1_tmp, x2_tmp, y1_tmp, y2_tmp; in xp_copy_rect() local 451 x2_tmp = x2 + w - 1; in xp_copy_rect() 454 x2_tmp = x2; in xp_copy_rect() 469 writemmr(par, OLDDST, point(y2_tmp, x2_tmp)); in xp_copy_rect() 585 u16 x1_tmp, x2_tmp, y1_tmp, y2_tmp; in tgui_copy_rect() local 590 x2_tmp = x2 + w - 1; in tgui_copy_rect() 593 x2_tmp = x2; in tgui_copy_rect() 608 writemmr(par, OLDDST, point(x2_tmp, y2_tmp)); in tgui_copy_rect()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | tridentfb.c | 446 u32 x1_tmp, x2_tmp, y1_tmp, y2_tmp; in xp_copy_rect() local 452 x2_tmp = x2 + w - 1; in xp_copy_rect() 455 x2_tmp = x2; 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 591 x2_tmp = x2 + w - 1; in tgui_copy_rect() 594 x2_tmp = x2; in tgui_copy_rect() 609 writemmr(par, OLDDST, point(x2_tmp, y2_tmp)); in tgui_copy_rect()
|
Completed in 5 milliseconds