Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
A Dtgafb.c169 if (par->tga_type == TGA_TYPE_8PLANE) { in tgafb_check_var()
238 u8 tga_type; local
269 tga_type = par->tga_type;
278 TGA_WRITE_REG(par, deep_presets[tga_type] |
1315 u8 tga_type = par->tga_type; local
1319 switch (tga_type) {
1370 if (tga_type != TGA_TYPE_8PLANE) {
1411 u8 tga_type; local
1451 tga_type = (readl(mem_base) >> 12) & 0x0f;
1456 par->tga_type = tga_type;
[all …]
/linux/include/video/
A Dtgafb.h206 u8 tga_type; /* TGA_TYPE_XXX */ member

Completed in 7 milliseconds