tga_type          169 drivers/video/fbdev/tgafb.c 	if (par->tga_type == TGA_TYPE_8PLANE) {
tga_type          196 drivers/video/fbdev/tgafb.c 	if (var->xres * (par->tga_type == TGA_TYPE_8PLANE ? 1 : 4) % 8)
tga_type          238 drivers/video/fbdev/tgafb.c 	u8 tga_type;
tga_type          269 drivers/video/fbdev/tgafb.c 	tga_type = par->tga_type;
tga_type          278 drivers/video/fbdev/tgafb.c 	TGA_WRITE_REG(par, deep_presets[tga_type] |
tga_type          286 drivers/video/fbdev/tgafb.c 	TGA_WRITE_REG(par, rasterop_presets[tga_type], TGA_RASTEROP_REG);
tga_type          287 drivers/video/fbdev/tgafb.c 	TGA_WRITE_REG(par, mode_presets[tga_type], TGA_MODE_REG);
tga_type          288 drivers/video/fbdev/tgafb.c 	TGA_WRITE_REG(par, base_addr_presets[tga_type], TGA_BASE_ADDR_REG);
tga_type          302 drivers/video/fbdev/tgafb.c 	if (tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {
tga_type          328 drivers/video/fbdev/tgafb.c 	} else if (tga_type == TGA_TYPE_8PLANE && tga_bus_tc) {
tga_type          528 drivers/video/fbdev/tgafb.c 	if (par->tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {
tga_type          534 drivers/video/fbdev/tgafb.c 	} else if (par->tga_type == TGA_TYPE_8PLANE && tga_bus_tc) {
tga_type         1312 drivers/video/fbdev/tgafb.c 	u8 tga_type = par->tga_type;
tga_type         1316 drivers/video/fbdev/tgafb.c 	switch (tga_type) {
tga_type         1348 drivers/video/fbdev/tgafb.c 	info->fix.visual = (tga_type == TGA_TYPE_8PLANE
tga_type         1367 drivers/video/fbdev/tgafb.c 	if (tga_type != TGA_TYPE_8PLANE) {
tga_type         1408 drivers/video/fbdev/tgafb.c 	u8 tga_type;
tga_type         1448 drivers/video/fbdev/tgafb.c 	tga_type = (readl(mem_base) >> 12) & 0x0f;
tga_type         1451 drivers/video/fbdev/tgafb.c 	par->tga_fb_base = mem_base + fb_offset_presets[tga_type];
tga_type         1453 drivers/video/fbdev/tgafb.c 	par->tga_type = tga_type;
tga_type         1481 drivers/video/fbdev/tgafb.c 			   tga_type == TGA_TYPE_8PLANE ? 8 : 32);
tga_type          206 include/video/tgafb.h 	u8 tga_type;				/* TGA_TYPE_XXX */