Home
last modified time | relevance | path

Searched refs:y1_tmp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dtridentfb.c445 u32 x1_tmp, x2_tmp, y1_tmp, y2_tmp; in xp_copy_rect() local
459 y1_tmp = y1 + h - 1; in xp_copy_rect()
462 y1_tmp = y1; in xp_copy_rect()
468 writemmr(par, OLDSRC, point(y1_tmp, x1_tmp)); in xp_copy_rect()
585 u16 x1_tmp, x2_tmp, y1_tmp, y2_tmp; in tgui_copy_rect() local
598 y1_tmp = y1 + h - 1; in tgui_copy_rect()
601 y1_tmp = y1; in tgui_copy_rect()
607 writemmr(par, OLDSRC, point(x1_tmp, y1_tmp)); in tgui_copy_rect()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dtridentfb.c446 u32 x1_tmp, x2_tmp, y1_tmp, y2_tmp; in xp_copy_rect() local
460 y1_tmp = y1 + h - 1; in xp_copy_rect()
463 y1_tmp = y1; in xp_copy_rect()
469 writemmr(par, OLDSRC, point(y1_tmp, x1_tmp)); in xp_copy_rect()
586 u16 x1_tmp, x2_tmp, y1_tmp, y2_tmp; in tgui_copy_rect() local
599 y1_tmp = y1 + h - 1; in tgui_copy_rect()
602 y1_tmp = y1; in tgui_copy_rect()
608 writemmr(par, OLDSRC, point(x1_tmp, y1_tmp)); in tgui_copy_rect()

Completed in 5 milliseconds