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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dtgafb.c179 if (par->tga_type == TGA_TYPE_8PLANE) {
204 if (var->xres * (par->tga_type == TGA_TYPE_8PLANE ? 1 : 4) % 64)
246 u8 tga_type; local
276 tga_type = par->tga_type;
285 TGA_WRITE_REG(par, deep_presets[tga_type] |
293 TGA_WRITE_REG(par, rasterop_presets[tga_type], TGA_RASTEROP_REG);
294 TGA_WRITE_REG(par, mode_presets[tga_type], TGA_MODE_REG);
295 TGA_WRITE_REG(par, base_addr_presets[tga_type], TGA_BASE_ADDR_REG);
309 if (tga_type
1486 u8 tga_type = par->tga_type; local
1579 u8 tga_type; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/video/
H A Dtgafb.h206 u8 tga_type; /* TGA_TYPE_XXX */ member in struct:tga_par

Completed in 94 milliseconds