Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dcirrusfb.c2596 u_long nsrc, u_long ndest, in cirrusfb_set_blitter()
2624 vga_wgfx(regbase, CL_GR28, (u_char) (ndest & 0xff)); in cirrusfb_set_blitter()
2626 vga_wgfx(regbase, CL_GR29, (u_char) (ndest >> 8)); in cirrusfb_set_blitter()
2628 vga_wgfx(regbase, CL_GR2A, (u_char) (ndest >> 16)); in cirrusfb_set_blitter()
2662 u_long nsrc, ndest; in cirrusfb_BitBLT() local
2677 ndest = (desty * line_length) + destx; in cirrusfb_BitBLT()
2683 ndest += nheight * line_length + nwidth; in cirrusfb_BitBLT()
2689 nsrc, ndest, bltmode, line_length); in cirrusfb_BitBLT()
2703 u_long ndest = (y * line_length) + x; in cirrusfb_RectFill() local
2730 0, ndest, o in cirrusfb_RectFill()
2594 cirrusfb_set_blitter(u8 __iomem *regbase, u_short nwidth, u_short nheight, u_long nsrc, u_long ndest, u_short bltmode, u_short line_length) cirrusfb_set_blitter() argument
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dcirrusfb.c2598 u_long nsrc, u_long ndest, in cirrusfb_set_blitter()
2626 vga_wgfx(regbase, CL_GR28, (u_char) (ndest & 0xff)); in cirrusfb_set_blitter()
2628 vga_wgfx(regbase, CL_GR29, (u_char) (ndest >> 8)); in cirrusfb_set_blitter()
2630 vga_wgfx(regbase, CL_GR2A, (u_char) (ndest >> 16)); in cirrusfb_set_blitter()
2664 u_long nsrc, ndest; in cirrusfb_BitBLT() local
2679 ndest = (desty * line_length) + destx; in cirrusfb_BitBLT()
2685 ndest += nheight * line_length + nwidth; in cirrusfb_BitBLT()
2691 nsrc, ndest, bltmode, line_length); in cirrusfb_BitBLT()
2705 u_long ndest = (y * line_length) + x; in cirrusfb_RectFill() local
2732 0, ndest, o in cirrusfb_RectFill()
2596 cirrusfb_set_blitter(u8 __iomem *regbase, u_short nwidth, u_short nheight, u_long nsrc, u_long ndest, u_short bltmode, u_short line_length) cirrusfb_set_blitter() argument
[all...]

Completed in 7 milliseconds