Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/video/fbdev/
Dcirrusfb.c2595 u_short bltmode, u_short line_length) in cirrusfb_set_blitter() argument
2637 vga_wgfx(regbase, CL_GR30, bltmode); /* BLT mode */ in cirrusfb_set_blitter()
2661 u_char bltmode; in cirrusfb_BitBLT() local
2663 bltmode = 0x00; in cirrusfb_BitBLT()
2669 bltmode |= 0x01; in cirrusfb_BitBLT()
2671 bltmode |= 0x01; in cirrusfb_BitBLT()
2676 if (bltmode) { in cirrusfb_BitBLT()
2687 nsrc, ndest, bltmode, line_length); in cirrusfb_BitBLT()