Home
last modified time | relevance | path

Searched refs:tga_type (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/video/
Dtgafb.c316 if (fb_info.tga_type == TGA_TYPE_8PLANE) { in tgafb_encode_fix()
340 if (fb_info.tga_type == TGA_TYPE_8PLANE) { in tgafb_decode_var()
422 if (fb_info.tga_type == TGA_TYPE_8PLANE) { in tgafb_encode_var()
456 if (fb_info.tga_type == TGA_TYPE_8PLANE) in tgafb_get_par()
491 TGA_WRITE_REG(deep_presets[fb_info.tga_type], TGA_DEEP_REG); in tgafb_set_par()
497 TGA_WRITE_REG(rasterop_presets[fb_info.tga_type], TGA_RASTEROP_REG); in tgafb_set_par()
498 TGA_WRITE_REG(mode_presets[fb_info.tga_type], TGA_MODE_REG); in tgafb_set_par()
499 TGA_WRITE_REG(base_addr_presets[fb_info.tga_type], TGA_BASE_ADDR_REG); in tgafb_set_par()
515 if (fb_info.tga_type == TGA_TYPE_8PLANE) { in tgafb_set_par()
720 if (regno < 16 && fb_info.tga_type != TGA_TYPE_8PLANE) in tgafb_setcolreg()
[all …]
Dtgafb.h177 u8 tga_type; /* TGA_TYPE_XXX */ member