HomeSort by: relevance | last modified time | path
    Searched refs:FbAddress (Results 1 - 25 of 45) sorted by relevancy

1 2

  /xsrc/external/mit/xf86-video-cirrus/dist/src/
cir.h 41 CARD32 FbAddress;
cir_driver.c 286 pCir->PciTag, pCir->FbAddress,
294 pCir->FbAddress,
cir_dga.c 154 *mem = (unsigned char*)(long)pCir->FbAddress;
  /xsrc/external/mit/xf86-video-i128/dist/src/
i128dga.c 271 unsigned long FbAddress = PCI_REGION_BASE(pI128->PciInfo, 0, REGION_MEM) & 0xFFC00000;
274 *mem = (unsigned char*)FbAddress;
  /xsrc/external/mit/xf86-video-trident/dist/src/
tvga_dac.c 113 pReg->tridentRegs3x4[LinearAddReg] = ((pTrident->FbAddress >> 24) << 6)|
114 ((pTrident->FbAddress >> 20) & 0x0F)|
trident_dga.c 301 *mem = (unsigned char*)pTrident->FbAddress;
trident.h 109 unsigned long FbAddress;
  /xsrc/external/mit/xf86-video-tga/dist/src/
tga_driver.c 646 pTga->FbAddress = pTga->CardAddress;
707 pTga->PciTag, pTga->FbAddress, 4);
712 pTga->FbAddress,
747 pTga->FbAddress += fb_offset_presets[pTga->CardType];
759 (unsigned long)pTga->FbAddress);
1035 (unsigned long)pTga->FbAddress,
1041 pTga->FbAddress,
1113 (unsigned long)pTga->FbAddress - getpagesize(),
1119 pTga->FbAddress - getpagesize(),
1518 pScrn->memPhysBase = pTga->FbAddress;
    [all...]
tga.h 61 CARD32 FbAddress;
  /xsrc/external/mit/xf86-video-nv/dist/src/
riva_type.h 66 unsigned long FbAddress;
riva_driver.c 596 pRiva->FbAddress = pRiva->pEnt->device->MemBase;
602 pRiva->FbAddress = MEMBASE(pRiva->PciInfo, i) & 0xff800000;
613 (unsigned long)pRiva->FbAddress);
834 pci_device_map_range(pRiva->PciInfo, pRiva->FbAddress, pRiva->FbMapSize,
844 pRiva->PciTag, pRiva->FbAddress,
1229 pScrn->memPhysBase = pRiva->FbAddress;
nv_type.h 92 unsigned long FbAddress;
nv_dga.c 319 *mem = (unsigned char*)pNv->FbAddress;
riva_dga.c 311 *mem = (unsigned char*)pRiva->FbAddress;
nv_driver.c 1759 pNv->FbAddress = pNv->pEnt->device->MemBase;
1763 pNv->FbAddress = MEMBASE(pNv->PciInfo, 1) & 0xff800000;
1774 (unsigned long)pNv->FbAddress);
2130 pci_device_map_range(pNv->PciInfo, pNv->FbAddress, pNv->FbMapSize,
2136 pNv->PciTag, pNv->FbAddress,
2683 pScrn->memPhysBase = pNv->FbAddress;
  /xsrc/external/mit/xf86-video-tseng/dist/src/
tseng.h 129 memType FbAddress;
tseng_driver.c 889 pTseng->FbAddress = PCI_REGION_BASE(pTseng->PciInfo, 0, REGION_MEM);
915 (unsigned long)pTseng->FbAddress);
1082 pScrn->memPhysBase = pTseng->FbAddress;
1625 (unsigned long)pTseng->FbAddress,
1631 pTseng->FbAddress,
1652 (unsigned long)pTseng->FbAddress,
tseng_dga.c 146 *mem = (unsigned char*)(uintptr_t)pTseng->FbAddress;
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_dga.c 375 *mem = (unsigned char*)pXGI->FbAddress;
377 *mem = pXGI->FbAddress;
  /xsrc/external/mit/xf86-video-chips/dist/src/
ct_driver.c 1502 cPtr->FbAddress = (PCI_REGION_BASE(cPtr->PciInfo, 0, REGION_MEM) & 0xff800000) + 0x800000L;
1505 cPtr->FbAddress = PCI_REGION_BASE(cPtr->PciInfo, 0, REGION_MEM) & 0xff800000;
1514 cPtr->FbAddress = cPtr->pEnt->device->MemBase;
1517 cPtr->FbAddress = ((unsigned int)
1519 cPtr->FbAddress |= ((unsigned int)
1524 linearRes[0].rBegin = cPtr->FbAddress;
1525 linearRes[0].rEnd = cPtr->FbAddress + 0x800000;
1537 "base address is set at 0x%lX.\n", cPtr->FbAddress);
1540 cPtr->IOAddress = cPtr->FbAddress - 0x400000L;
1543 cPtr->IOAddress = cPtr->FbAddress + 0x400000L
    [all...]
ct_dga.c 326 *mem = (unsigned char*)cPtr->FbAddress;
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis_dga.c 340 *mem = (UChar *)pSiS->FbAddress;
342 *mem = pSiS->FbAddress;
  /xsrc/external/mit/xf86-video-glint/dist/src/
glint_dga.c 281 *mem = (unsigned char*)pGlint->FbAddress;
pm3_dac.c 69 pGlint->PciTag, pGlint->FbAddress, pGlint->FbMapSize);
74 pGlint->FbAddress,
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_driver.c 1129 if (pMga->FbAddress) {
1736 pMga->FbAddress = pMga->PciInfo->regions[pMga->framebuffer_bar].base_addr;
1738 pMga->FbAddress = pMga->PciInfo->memBase[pMga->framebuffer_bar] & 0xff800000;
1742 (unsigned long)pMga->FbAddress);
2199 pMgaEnt->masterFbAddress = pMga->FbAddress;
2202 pMgaEnt->slaveFbAddress = pMga->FbAddress +
2208 pMga->FbAddress = pMgaEnt->slaveFbAddress;
2658 pciaddr_t fbaddr = pMga->FbAddress;
2717 pMga->PciTag, pMga->FbAddress,
2723 pMga->PciTag, pMga->FbAddress,
    [all...]

Completed in 26 milliseconds

1 2