| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atiprobe.c | 223 if ((PCI_REGION_SIZE(pVideo, 2) >= (1 << 12)) && 238 if ((PCI_REGION_SIZE(pVideo, 0) >= (1 << 22)) && 243 if ((PCI_REGION_SIZE(pVideo, 0) >= (1 << 23)) && 275 (PCI_REGION_SIZE(pVideo, 1) < (1 << 8))) 371 if (!PCI_REGION_SIZE(pVideo, 1)) 447 if (PCI_REGION_SIZE(pVideo, 1))
|
| H A D | atipcirename.h | 67 #define PCI_REGION_SIZE(_pcidev, _b) \ macro 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)].size) macro
|
| H A D | atividmem.c | 155 size = PCI_REGION_SIZE(pATI->PCIInfo, 2); 361 size = PCI_REGION_SIZE(pVideo, 2);
|
| /xsrc/external/mit/xf86-video-s3/dist/src/ |
| H A D | s3_pcirename.h | 67 #define PCI_REGION_SIZE(_pcidev, _b) \ macro 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)].size) macro
|
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| H A D | s3v_pcirename.h | 67 #define PCI_REGION_SIZE(_pcidev, _b) \ macro 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)].size) macro
|
| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| H A D | smi_pcirename.h | 67 #define PCI_REGION_SIZE(_pcidev, _b) \ macro 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)].size) macro
|
| H A D | smi_driver.c | 1366 mem_max = min(mem_max , PCI_REGION_SIZE(pSmi->PciInfo, 0) - mem_skip);
|
| /xsrc/external/mit/xf86-video-tga/dist/src/ |
| H A D | tga_pcirename.h | 67 #define PCI_REGION_SIZE(_pcidev, _b) \ macro 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)].size) macro
|
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| H A D | pci_rename.h | 67 #define PCI_REGION_SIZE(_pcidev, _b) \ macro 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)].size) macro
|
| /xsrc/external/mit/xf86-video-tseng/dist/src/ |
| H A D | tseng_pcirename.h | 67 #define PCI_REGION_SIZE(_pcidev, _b) \ macro 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)].size) macro
|
| /xsrc/external/mit/xf86-video-i128/dist/src/ |
| H A D | i128pcirename.h | 67 #define PCI_REGION_SIZE(_pcidev, _b) \ macro 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)].size) macro
|
| /xsrc/external/mit/xf86-video-i740/dist/src/ |
| H A D | i740_pcirename.h | 67 #define PCI_REGION_SIZE(_pcidev, _b) \ macro 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)].size) macro
|
| /xsrc/external/mit/xf86-video-apm/dist/src/ |
| H A D | apm_pcirename.h | 67 #define PCI_REGION_SIZE(_pcidev, _b) \ macro 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)].size) macro
|
| /xsrc/external/mit/xf86-video-ast/dist/src/ |
| H A D | ast_pcirename.h | 67 #define PCI_REGION_SIZE(_pcidev, _b) \ macro 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)].size) macro
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | atipcirename.h | 67 #define PCI_REGION_SIZE(_pcidev, _b) \ macro 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)].size) macro
|
| H A D | radeon_driver.c | 1777 bar_size = PCI_REGION_SIZE(info->PciInfo, 0) / 1024; 3038 info->MMIOSize = PCI_REGION_SIZE(info->PciInfo, 2);
|
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_pcirename.h | 67 #define PCI_REGION_SIZE(_pcidev, _b) \ macro 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)].size) macro
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | geode_pcirename.h | 67 #define PCI_REGION_SIZE(_pcidev, _b) \ macro 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)].size) macro
|
| /xsrc/external/mit/xf86-video-neomagic/dist/src/ |
| H A D | neo_pcirename.h | 67 #define PCI_REGION_SIZE(_pcidev, _b) \ macro 109 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)].size) macro
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | atipcirename.h | 64 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)].size) macro
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sispcirename.h | 96 #define PCI_REGION_SIZE(_pcidev, _b) \ macro 138 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)].size) macro
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | glintpcirename.h | 67 #define PCI_REGION_SIZE(_pcidev, _b) \ macro 112 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)].size) macro
|
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | atipcirename.h | 95 #define PCI_REGION_SIZE(_pcidev, _b) \ macro 137 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)].size) macro
|
| /xsrc/external/mit/xf86-video-cirrus/dist/src/ |
| H A D | cir_pcirename.h | 94 #define PCI_REGION_SIZE(_pcidev, _b) \ macro 136 #define PCI_REGION_SIZE(_pcidev, _b) ((_pcidev)->regions[(_b)].size) macro
|
| H A D | alp_driver.c | 687 pCir->IoMapSize = PCI_REGION_SIZE(pCir->PciInfo, 1);
|