Searched refs:ramtype (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_setup.c242 int ramtype[4] = { 5, 0, 1, 3 }; local in function:sisOldSetup
290 dramTypeStr[ramtype[i]]);
388 unsigned int config, pciconfig, sr3a, ramtype; local in function:sis300Setup
399 ramtype = (sr3a & 0x03) + 4;
422 ramtype = sis_pci_read_host_bridge_u8(0x65);
423 ramtype &= 0x03;
425 "Shared Memory Area is on DIMM%d\n", ramtype);
426 ramtype = sis_pci_read_host_bridge_u8(0x60 + ramtype);
427 if(ramtype
675 unsigned int config, ramtype=0, i; local in function:sis550Setup
[all...]
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident_driver.c1857 const char *ramtype = NULL, *chipset = NULL; local in function:TRIDENTPreInit
2399 ramtype = "Standard DRAM";
2412 ramtype = "Standard DRAM";
2425 ramtype = "Standard DRAM";
2438 ramtype = "Standard DRAM";
2451 ramtype = "Standard DRAM";
2464 ramtype = "Standard DRAM";
2477 ramtype = "Standard DRAM";
2487 ramtype = "Standard DRAM";
2496 ramtype
[all...]
/xsrc/external/mit/xf86-video-tseng/dist/src/
H A Dtseng_driver.c702 int ramtype = 0; local in function:TsengDetectMem
707 ramtype = hwp->readST00(hwp) & 0x03;
708 switch (ramtype) {
730 ramtype);

Completed in 6 milliseconds