Searched refs:TGA_TYPE_8PLANE (Results 1 – 2 of 2) sorted by relevance
181 if (par->tga_type == TGA_TYPE_8PLANE) { in tgafb_check_var()208 if (var->xres * (par->tga_type == TGA_TYPE_8PLANE ? 1 : 4) % 8) in tgafb_check_var()314 if (tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {340 } else if (tga_type == TGA_TYPE_8PLANE && tga_bus_tc) {540 if (par->tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {546 } else if (par->tga_type == TGA_TYPE_8PLANE && tga_bus_tc) {1332 case TGA_TYPE_8PLANE:1363 info->fix.visual = (tga_type == TGA_TYPE_8PLANE1382 if (tga_type != TGA_TYPE_8PLANE) {1496 tga_type == TGA_TYPE_8PLANE ? 8 : 32);
20 #define TGA_TYPE_8PLANE 0 macro