Home
last modified time | relevance | path

Searched refs:ndest (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/video/fbdev/
Dcirrusfb.c2594 u_long nsrc, u_long ndest, in cirrusfb_set_blitter() argument
2622 vga_wgfx(regbase, CL_GR28, (u_char) (ndest & 0xff)); in cirrusfb_set_blitter()
2624 vga_wgfx(regbase, CL_GR29, (u_char) (ndest >> 8)); in cirrusfb_set_blitter()
2626 vga_wgfx(regbase, CL_GR2A, (u_char) (ndest >> 16)); in cirrusfb_set_blitter()
2660 u_long nsrc, ndest; in cirrusfb_BitBLT() local
2675 ndest = (desty * line_length) + destx; in cirrusfb_BitBLT()
2681 ndest += nheight * line_length + nwidth; in cirrusfb_BitBLT()
2687 nsrc, ndest, bltmode, line_length); in cirrusfb_BitBLT()
2701 u_long ndest = (y * line_length) + x; in cirrusfb_RectFill() local
2728 0, ndest, op | blitmode, line_length); in cirrusfb_RectFill()