Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/fbdev/
H A Dtgafb.c181 if (par->tga_type == TGA_TYPE_8PLANE) { in tgafb_check_var()
250 u8 tga_type; local
281 tga_type = par->tga_type;
290 TGA_WRITE_REG(par, deep_presets[tga_type] |
1327 u8 tga_type = par->tga_type; local
1331 switch (tga_type) {
1382 if (tga_type != TGA_TYPE_8PLANE) {
1423 u8 tga_type; local
1463 tga_type = (readl(mem_base) >> 12) & 0x0f;
1468 par->tga_type = tga_type;
[all …]
/linux-6.15/include/video/
H A Dtgafb.h206 u8 tga_type; /* TGA_TYPE_XXX */ member