Searched refs:TGA_TYPE_8PLANE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dtgafb.c179 if (par->tga_type == TGA_TYPE_8PLANE) {
204 if (var->xres * (par->tga_type == TGA_TYPE_8PLANE ? 1 : 4) % 64)
309 if (tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {
335 } else if (tga_type == TGA_TYPE_8PLANE && tga_bus_tc) {
535 if (par->tga_type == TGA_TYPE_8PLANE && tga_bus_pci) {
541 } else if (par->tga_type == TGA_TYPE_8PLANE && tga_bus_tc) {
1490 case TGA_TYPE_8PLANE:
1517 info->fix.visual = (tga_type == TGA_TYPE_8PLANE
1537 if (tga_type != TGA_TYPE_8PLANE) {
1652 tga_type == TGA_TYPE_8PLANE
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/video/
H A Dtgafb.h20 #define TGA_TYPE_8PLANE 0 macro

Completed in 197 milliseconds