Searched refs:nheight (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | cirrusfb.c | 2595 u_short nwidth, u_short nheight, in cirrusfb_set_blitter() 2618 vga_wgfx(regbase, CL_GR22, nheight & 0xff); in cirrusfb_set_blitter() 2620 vga_wgfx(regbase, CL_GR23, nheight >> 8); in cirrusfb_set_blitter() 2661 u_short nheight = height - 1; in cirrusfb_BitBLT() local 2682 nsrc += nheight * line_length + nwidth; in cirrusfb_BitBLT() 2683 ndest += nheight * line_length + nwidth; in cirrusfb_BitBLT() 2688 cirrusfb_set_blitter(regbase, nwidth, nheight, in cirrusfb_BitBLT() 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
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | cirrusfb.c | 2597 u_short nwidth, u_short nheight, in cirrusfb_set_blitter() 2620 vga_wgfx(regbase, CL_GR22, nheight & 0xff); in cirrusfb_set_blitter() 2622 vga_wgfx(regbase, CL_GR23, nheight >> 8); in cirrusfb_set_blitter() 2663 u_short nheight = height - 1; in cirrusfb_BitBLT() local 2684 nsrc += nheight * line_length + nwidth; in cirrusfb_BitBLT() 2685 ndest += nheight * line_length + nwidth; in cirrusfb_BitBLT() 2690 cirrusfb_set_blitter(regbase, nwidth, nheight, in cirrusfb_BitBLT() 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
|
Completed in 6 milliseconds