Lines Matching refs:FbBase
1387 ret = xf1bppScreenInit(pScreen, pTseng->FbBase,
1395 ret = xf4bppScreenInit(pScreen, pTseng->FbBase,
1402 ret = fbScreenInit(pScreen, pTseng->FbBase,
1623 pTseng->FbBase = xf86MapPciMem(pScrn->scrnIndex, VIDMEM_FRAMEBUFFER,
1629 void** result = (void**)&pTseng->FbBase;
1641 if (pTseng->FbBase == NULL) {
1655 pTseng->MMioBase = pTseng->FbBase;
1665 if (pTseng->FbBase == NULL)
1679 xf86UnMapVidMem(pScrn->scrnIndex, (pointer) pTseng->FbBase, pTseng->FbMapSize);
1681 pci_device_unmap_range(pTseng->PciInfo, pTseng->FbBase, pTseng->FbMapSize);
1686 pTseng->FbBase = NULL;