HomeSort by: relevance | last modified time | path
    Searched refs:TotalMemory (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
vbe.h 91 CARD16 TotalMemory; /* Number of 64kb memory blocks on board */
vbe.c 404 block->TotalMemory = *(CARD16 *) (((char *) pVbe->memory) + 18);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vbe/
vbe.h 89 CARD16 TotalMemory; /* Number of 64kb memory blocks on board */
vbe.c 403 block->TotalMemory = *(CARD16*)(((char*)pVbe->memory) + 18);
  /xsrc/external/mit/xf86-video-vesa/dist/src/
vesa.c 728 pScrn->videoRam = vbe->TotalMemory * 64;
818 "Total Memory: %d 64KB banks (%dkB)\n", vbe->TotalMemory,
819 (vbe->TotalMemory * 65536) / 1024);
821 pVesa->mapSize = vbe->TotalMemory * 65536;
  /xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
atombios.h 5026 USHORT TotalMemory;
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_driver.c 1907 pScrn->videoRam = vib->TotalMemory * 64;

Completed in 18 milliseconds