tag | line | file | source code |
tga_type | 137 | drivers/char/tga.c | int tga_type; |
tga_type | 208 | drivers/char/tga.c | if (tga_type == 0) { /* 8-plane */ |
tga_type | 248 | drivers/char/tga.c | if (tga_type == 0) { |
tga_type | 276 | drivers/char/tga.c | if (tga_type == 0) { /* 8-plane */ |
tga_type | 469 | drivers/char/tga.c | tga_type = (readl((unsigned long)tga_mem_base) >> 12) & 0x0f; |
tga_type | 470 | drivers/char/tga.c | if (tga_type != 0 && tga_type != 1 && tga_type != 3) { |
tga_type | 471 | drivers/char/tga.c | printk("TGA type (0x%x) unrecognized!\n", tga_type); |
tga_type | 534 | drivers/char/tga.c | ((unsigned long)tga_mem_base + fb_offset_presets[tga_type]); |
tga_type | 544 | drivers/char/tga.c | TGA_WRITE_REG(deep_presets[tga_type], TGA_DEEP_REG); |
tga_type | 550 | drivers/char/tga.c | TGA_WRITE_REG(rasterop_presets[tga_type], TGA_RASTEROP_REG); |
tga_type | 551 | drivers/char/tga.c | TGA_WRITE_REG(mode_presets[tga_type], TGA_MODE_REG); |
tga_type | 552 | drivers/char/tga.c | TGA_WRITE_REG(base_addr_presets[tga_type], TGA_BASE_ADDR_REG); |
tga_type | 574 | drivers/char/tga.c | if (tga_type == 0) { /* 8-plane */ |
tga_type | 827 | drivers/char/tga.c | if (tga_type == 0) { /* 8-plane */ |