Searched refs:TGA_TYPE_8PLANE (Results 1 – 2 of 2) sorted by relevance
179 if (par->tga_type == TGA_TYPE_8PLANE) { in tgafb_check_var()206 if (var->xres * (par->tga_type == TGA_TYPE_8PLANE ? 1 : 4) % 8) in tgafb_check_var()312 if (tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {338 } else if (tga_type == TGA_TYPE_8PLANE && tga_bus_tc) {538 if (par->tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {544 } else if (par->tga_type == TGA_TYPE_8PLANE && tga_bus_tc) {1330 case TGA_TYPE_8PLANE:1361 info->fix.visual = (tga_type == TGA_TYPE_8PLANE1380 if (tga_type != TGA_TYPE_8PLANE) {1494 tga_type == TGA_TYPE_8PLANE ? 8 : 32);
20 #define TGA_TYPE_8PLANE 0 macro