Searched refs:TGA_TYPE_8PLANE (Results 1 – 2 of 2) sorted by relevance
169 if (par->tga_type == TGA_TYPE_8PLANE) { in tgafb_check_var()196 if (var->xres * (par->tga_type == TGA_TYPE_8PLANE ? 1 : 4) % 8) in tgafb_check_var()302 if (tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {328 } else if (tga_type == TGA_TYPE_8PLANE && tga_bus_tc) {528 if (par->tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {534 } else if (par->tga_type == TGA_TYPE_8PLANE && tga_bus_tc) {1320 case TGA_TYPE_8PLANE:1351 info->fix.visual = (tga_type == TGA_TYPE_8PLANE1370 if (tga_type != TGA_TYPE_8PLANE) {1484 tga_type == TGA_TYPE_8PLANE ? 8 : 32);
20 #define TGA_TYPE_8PLANE 0 macro