Searched refs:PciInfo (Results 1 - 25 of 129) sorted by relevance

123456

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Dcommon.h335 #define IS_I810(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I810 || \
336 DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I810_DC100 || \
337 DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I810_E)
338 #define IS_I815(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I815)
339 #define IS_I830(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I830_M)
340 #define IS_845G(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_845_G)
341 #define IS_I85X(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I855_GM)
342 #define IS_I852(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I855_GM && (pI810->variant == I852_GM || pI810->variant == I852_GME))
343 #define IS_I855(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I855_GM && (pI810->variant == I855_GM || pI810->variant == I855_GME))
344 #define IS_I865G(pI810) (DEVICE_ID(pI810->PciInfo)
[all...]
H A Di830_hwmc.c133 pI830->PciInfo->domain,
134 pI830->PciInfo->bus,
135 pI830->PciInfo->dev,
136 pI830->PciInfo->func);
/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_tool.c65 int err = pci_device_map_range(pAST->PciInfo,
92 pci_device_unmap_range(pAST->PciInfo, pAST->FBVirtualAddr, pAST->FbMapSize);
121 int err = pci_device_map_range(pAST->PciInfo,
147 pci_device_unmap_range(pAST->PciInfo, pAST->MMIOVirtualAddr, pAST->MMIOMapSize);
/xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
H A Dgtt.c62 err = pci_device_map_range (pI830->PciInfo,
63 pI830->PciInfo->regions[3].base_addr,
64 pI830->PciInfo->regions[3].size,
73 aper_size = pI830->PciInfo->regions[2].size;
H A Dutil.c68 pI830->PciInfo = dev;
H A Dmain.c64 i830.PciInfo = dev;
H A Dreg_dumper.h51 struct pci_device *PciInfo; member in struct:_i830
/xsrc/external/mit/xf86-video-ark/dist/src/
H A Dark.h38 pciVideoPtr PciInfo; member in struct:_ARKRec
41 struct pci_device *PciInfo;
H A Dark_driver.c319 pARK->PciInfo = xf86GetPciInfoForEntity(pEnt->index);
332 pARK->Chipset = pARK->PciInfo->chipType;
334 pARK->Chipset = pARK->PciInfo->device_id;
346 pARK->ChipRev = pARK->PciInfo->chipRev;
348 pARK->ChipRev = pARK->PciInfo->revision;
356 pARK->PciTag = pciTag(pARK->PciInfo->bus, pARK->PciInfo->device,
357 pARK->PciInfo->func);
367 pScrn->memPhysBase = pARK->PciInfo->memBase[0];
369 pScrn->memPhysBase = pARK->PciInfo
[all...]
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_ums.c106 pVia->MmioBase = pVia->PciInfo->regions[1].base_addr;
108 pVia->MmioBase = pVia->PciInfo->memBase[1];
117 err = pci_device_map_range(pVia->PciInfo,
146 err = pci_device_map_range(pVia->PciInfo,
176 pVia->FrameBufferBase = pVia->PciInfo->regions[2].base_addr;
178 pVia->FrameBufferBase = pVia->PciInfo->regions[0].base_addr;
182 pVia->FrameBufferBase = pVia->PciInfo->memBase[2];
184 pVia->FrameBufferBase = pVia->PciInfo->memBase[0];
194 err = pci_device_map_range(pVia->PciInfo, pVia->FrameBufferBase,
247 pScrn->memPhysBase = pVia->PciInfo
[all...]
H A Dvia_dri.c124 ((pVia->PciInfo->domain << 8) | pVia->PciInfo->bus),
125 pVia->PciInfo->dev, pVia->PciInfo->func
127 ((pciConfigPtr)pVia->PciInfo->thisCard)->busnum,
128 ((pciConfigPtr)pVia->PciInfo->thisCard)->devnum,
129 ((pciConfigPtr)pVia->PciInfo->thisCard)->funcnum
559 pDRIInfo->busIdString = DRICreatePCIBusID(pVia->PciInfo);
564 ((pVia->PciInfo->domain << 8) | pVia->PciInfo
[all...]
/xsrc/external/mit/xf86-video-i128/dist/src/
H A Di128_driver.c468 pI128->PciInfo = xf86GetPciInfoForEntity(pI128->pEnt->index);
470 pI128->PciTag = pciTag(pI128->PciInfo->bus, pI128->PciInfo->device,
471 pI128->PciInfo->func);
474 pI128->Primary = xf86IsPrimaryPci(pI128->PciInfo);
618 pI128->Chipset = PCI_DEV_DEVICE_ID(pI128->PciInfo);
620 pI128->ChipRev = PCI_DEV_REVISION(pI128->PciInfo);
638 if (PCI_SUB_VENDOR_ID(pI128->PciInfo) == 0x105D)
640 else if (PCI_SUB_VENDOR_ID(pI128->PciInfo) == 0x10F0)
644 PCI_SUB_VENDOR_ID(pI128->PciInfo));
[all...]
/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Drendition.c292 pRendition->PciInfo = dev;
529 pRendition->PciInfo = xf86GetPciInfoForEntity(pRendition->pEnt->index);
530 pRendition->pcitag= pciTag(pRendition->PciInfo->bus,
531 pRendition->PciInfo->device, pRendition->PciInfo->func);
564 if (PCI_CHIP_V1000 == DEVICE_ID(pRendition->PciInfo)) {
636 if (PCI_CHIP_V1000 == DEVICE_ID(pRendition->PciInfo)) {
664 + pRendition->PciInfo->regions[1].base_addr;
666 + pRendition->PciInfo->ioBase[1]
673 pRendition->board.mem_base=(vu8 *)pRendition->PciInfo
[all...]
H A Dvtypes.h180 struct pci_device * PciInfo; member in struct:_renditionRec
183 pciVideoPtr PciInfo; /* PCI config data */ member in struct:_renditionRec
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Driva_driver.c387 pRiva->PciInfo = xf86GetPciInfoForEntity(pRiva->pEnt->index);
389 pRiva->PciTag = pciTag(pRiva->PciInfo->bus, pRiva->PciInfo->device,
390 pRiva->PciInfo->func);
393 pRiva->Primary = xf86IsPrimaryPci(pRiva->PciInfo);
411 pRiva->ChipRev = CHIP_REVISION(pRiva->PciInfo);
412 if(VENDOR_ID(pRiva->PciInfo) != PCI_VENDOR_NVIDIA_SGS ||
413 DEVICE_ID(pRiva->PciInfo) != PCI_CHIP_RIVA128)
551 if (!fbdevHWInit(pScrn, pRiva->PciInfo, NULL)) {
588 if (!xf86CheckPciMemBase(pRiva->PciInfo, pRiv
[all...]
/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga_driver.c478 pTga->PciInfo = pciPtr;
480 pTga->PciTag = pciTag(pTga->PciInfo->bus,
481 pTga->PciInfo->device,
482 pTga->PciInfo->func);
508 pTga->PciTag = pciTag(pTga->PciInfo->bus, pTga->PciInfo->device,
509 pTga->PciInfo->func);
643 pTga->CardAddress = PCI_REGION_BASE(pTga->PciInfo, 0, REGION_MEM) & 0xFFC00000;/*??*/
686 int err = pci_device_map_range(pTga->PciInfo,
701 pci_device_unmap_range(pTga->PciInfo, Bas
[all...]
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dglint_regs.h40 #define IS_GLORIAXXL ((PCI_SUB_VENDOR_ID(pGlint->PciInfo) == 0x1048) && \
41 (PCI_SUB_DEVICE_ID(pGlint->PciInfo) == 0x0a42))
43 #define IS_GLORIASYNERGY ((PCI_SUB_VENDOR_ID(pGlint->PciInfo) == 0x1048) && \
44 (PCI_SUB_DEVICE_ID(pGlint->PciInfo) == 0x0a32))
46 #define IS_GMX2000 ((PCI_SUB_VENDOR_ID(pGlint->PciInfo) == 0x3d3d) && \
47 (PCI_SUB_DEVICE_ID(pGlint->PciInfo) == 0x0106))
49 #define IS_J2000 ((PCI_SUB_VENDOR_ID(pGlint->PciInfo) == 0x1097) && \
50 (PCI_SUB_DEVICE_ID(pGlint->PciInfo) == 0x3d32))
52 #define IS_JPRO ((PCI_SUB_VENDOR_ID(pGlint->PciInfo) == 0x1097) && \
53 (PCI_SUB_DEVICE_ID(pGlint->PciInfo)
[all...]
H A Dpm3_dac.c73 int err = pci_device_map_range(pGlint->PciInfo,
139 pci_device_unmap_range(pGlint->PciInfo, pGlint->FbBase, pGlint->FbMapSize);
432 if (!xf86IsPrimaryPci(pGlint->PciInfo)) {
439 PCI_WRITE_BYTE(pGlint->PciInfo, 0, 0xf8);
440 PCI_WRITE_BYTE(pGlint->PciInfo, 0, 0xf4);
441 PCI_WRITE_BYTE(pGlint->PciInfo, 0, 0xfc);
456 PCI_WRITE_BYTE(pGlint->PciInfo, 0x70, 0xf8);
457 PCI_WRITE_BYTE(pGlint->PciInfo, 0x01, 0xf4);
458 PCI_WRITE_BYTE(pGlint->PciInfo, 0x00, 0xfc);
/xsrc/external/mit/xf86-video-ag10e/dist/src/
H A Dglint_regs.h37 #define IS_GLORIAXXL ((pGlint->PciInfo->subsysVendor == 0x1048) && \
38 (pGlint->PciInfo->subsysCard == 0x0a42))
40 #define IS_GLORIASYNERGY ((pGlint->PciInfo->subsysVendor == 0x1048) && \
41 (pGlint->PciInfo->subsysCard == 0x0a32))
43 #define IS_GMX2000 ((pGlint->PciInfo->subsysVendor == 0x3d3d) && \
44 (pGlint->PciInfo->subsysCard == 0x0106))
46 #define IS_J2000 ((pGlint->PciInfo->subsysVendor == 0x1097) && \
47 (pGlint->PciInfo->subsysCard == 0x3d32))
49 #define IS_JPRO ((pGlint->PciInfo->subsysVendor == 0x1097) && \
50 (pGlint->PciInfo
[all...]
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_dri3.c168 ((ms->PciInfo->domain << 8) | ms->PciInfo->bus),
169 ms->PciInfo->dev, ms->PciInfo->func);
/xsrc/external/mit/xf86-video-imstt/dist/src/
H A Dimstt.h13 pciVideoPtr PciInfo; member in struct:_IMSTTRec
/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dcir_driver.c293 int err = pci_device_map_range(pCir->PciInfo,
331 int err = pci_device_map_range(pCir->PciInfo,
372 pci_device_unmap_range(pCir->PciInfo, (pointer)pCir->IOBase, pCir->IoMapSize);
380 pci_device_unmap_range(pCir->PciInfo, (pointer)pCir->FbBase, pCir->FbMapSize);
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_driver.c401 pSmi->PciInfo = xf86GetPciInfoForEntity(pEnt->index);
402 pSmi->Chipset = PCI_DEV_DEVICE_ID(pSmi->PciInfo);
426 pSmi->PciInfo = xf86GetPciInfoForEntity(pEnt->index);
657 pSmi->Chipset = PCI_DEV_DEVICE_ID(pSmi->PciInfo);
667 pSmi->ChipRev = PCI_DEV_REVISION(pSmi->PciInfo);
689 pSmi->PciTag = pciTag(pSmi->PciInfo->bus, pSmi->PciInfo->device,
690 pSmi->PciInfo->func);
1153 if (!xf86IsPrimaryPci(pSmi->PciInfo) &&
1233 memBase = PCI_REGION_BASE(pSmi->PciInfo,
[all...]
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dri.c285 pDRIInfo->busIdString = DRICreatePCIBusID(pXGI->PciInfo);
495 ((pXGI->PciInfo->domain << 8)
496 | pXGI->PciInfo->bus),
497 pXGI->PciInfo->dev,
498 pXGI->PciInfo->func
500 ((pciConfigPtr)pXGI->PciInfo->thisCard)->busnum,
501 ((pciConfigPtr)pXGI->PciInfo->thisCard)->devnum,
502 ((pciConfigPtr)pXGI->PciInfo->thisCard)->funcnum
709 pci_device_get_agp_info(pXGI->PciInfo);
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_dri.c378 VENDOR_ID(pMga->PciInfo),
379 DEVICE_ID(pMga->PciInfo));
613 * FIXME: structure (PciInfo) already has that information.
622 ((pMga->PciInfo->domain << 8) |
623 pMga->PciInfo->bus),
624 pMga->PciInfo->dev,
625 pMga->PciInfo->func
627 ((pciConfigPtr)pMga->PciInfo->thisCard)->busnum,
628 ((pciConfigPtr)pMga->PciInfo->thisCard)->devnum,
629 ((pciConfigPtr)pMga->PciInfo
[all...]

Completed in 43 milliseconds

123456