Searched refs:tga_type (Results 1 – 1 of 1) sorted by relevance
172 if (par->tga_type == TGA_TYPE_8PLANE) { in tgafb_check_var()199 if (var->xres * (par->tga_type == TGA_TYPE_8PLANE ? 1 : 4) % 8) in tgafb_check_var()241 u8 tga_type; local272 tga_type = par->tga_type;281 TGA_WRITE_REG(par, deep_presets[tga_type] |289 TGA_WRITE_REG(par, rasterop_presets[tga_type], TGA_RASTEROP_REG);290 TGA_WRITE_REG(par, mode_presets[tga_type], TGA_MODE_REG);291 TGA_WRITE_REG(par, base_addr_presets[tga_type], TGA_BASE_ADDR_REG);305 if (tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {331 } else if (tga_type == TGA_TYPE_8PLANE && tga_bus_tc) {[all …]