Searched refs:memtype (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_DAC1064.c897 if (ACCESS_FBINFO(devflags.memtype) == -1)
900 hw->MXoptionReg |= (ACCESS_FBINFO(devflags.memtype) & 7) << 10;
917 if (ACCESS_FBINFO(devflags.memtype) == -1)
920 hw->MXoptionReg |= (ACCESS_FBINFO(devflags.memtype) & 7) << 10;
H A Dmatroxfb_base.c75 * memtype extension (needed for GXT130P RS/6000 adapter)
1270 static int memtype = -1; variable
2046 ACCESS_FBINFO(devflags.memtype) = memtype;
2047 if (memtype != -1)
2393 else if (!strncmp(this_opt, "memtype:", 8))
2394 memtype = simple_strtoul(this_opt+8, NULL, 0);
2486 module_param(memtype, int, 0);
2487 MODULE_PARM_DESC(memtype, "Memory type for G200/G400 (see Documentation/fb/matroxfb.txt for explanation) (default=3 for G200, 0 for G400)");
H A Dmatroxfb_base.h481 int memtype; member in struct:matrox_fb_info::__anon7223
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dsis_main.c4370 u16 index, rindex, memtype = 0; local
4380 memtype = bios[0x52];
4382 inSISIDXREG(SISSR, 0x3a, memtype);
4384 memtype &= 0x07;
4395 index = memtype * 5;
4423 memtype += 0xa5;
4424 v1 = bios[memtype];
4425 v2 = bios[memtype + 8];
4426 v3 = bios[memtype + 16];
4427 v4 = bios[memtype
[all...]

Completed in 79 milliseconds