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

/linux-master/drivers/video/fbdev/
H A Dcirrusfb.c2601 u_short bltmode, u_short line_length)
2643 vga_wgfx(regbase, CL_GR30, bltmode); /* BLT mode */
2667 u_char bltmode; local
2669 bltmode = 0x00;
2675 bltmode |= 0x01;
2677 bltmode |= 0x01;
2682 if (bltmode) {
2693 nsrc, ndest, bltmode, line_length);
2598 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) argument

Completed in 104 milliseconds