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

/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga_regs.h65 *(unsigned int *)((char*)(pTga->DACBase)+(r)) = (v);\
70 ( *(unsigned int *)((char*)(pTga->DACBase)+(r)))
H A Dtga_driver.c1077 pTga->DACBase = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_MMIO_32BIT,
1083 void** result = (void**)&pTga->DACBase;
1093 if (pTga->DACBase == NULL)
1117 void** result = (void**)&pTga->DACBase;
1172 xf86UnMapVidMem(pScrn->scrnIndex, (pointer)pTga->DACBase, 0x10000);
1174 pci_device_unmap_range(pTga->PciInfo, pTga->DACBase, 0x10000);
1176 pTga->DACBase = NULL;
H A Dtga.h65 unsigned char * DACBase; /* TGA2 */ member in struct:__anon1a35ed4a0208

Completed in 5 milliseconds