Searched refs:WGen (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/video/ |
D | clgenfb.c | 611 static void WGen (const struct clgenfb_info *fb_info, 1269 WGen (fb_info, VGA_MIS_W, tmp); in clgen_set_par() 1353 WGen (fb_info, VGA_PEL_MSK, 0x01); /* pixel mask: pass-through for first plane */ in clgen_set_par() 1441 WGen (fb_info, VGA_PEL_MSK, 0xff); /* pixel mask: pass-through all planes */ in clgen_set_par() 1522 WGen (fb_info, VGA_PEL_MSK, 0xff); /* pixel mask: pass-through all planes */ in clgen_set_par() 1595 WGen (fb_info, VGA_PEL_MSK, 0xff); /* pixel mask: pass-through all planes */ in clgen_set_par() 1980 WGen (fb_info, CL_VSSM, 0x10); /* EGS: 0x16 */ in init_vgachip() 1981 WGen (fb_info, CL_POS102, 0x01); in init_vgachip() 1982 WGen (fb_info, CL_VSSM, 0x08); /* EGS: 0x0e */ in init_vgachip() 1985 WGen (fb_info, CL_VSSM2, 0x01); in init_vgachip() [all …]
|