Searched refs:PCI_DEV_REVISION (Results 1 - 25 of 34) sorted by relevance

12

/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_pcirename.h42 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->chipRev) macro
86 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->revision) macro
H A Ds3_driver.c485 pS3->ChipRev = PCI_DEV_REVISION(pS3->PciInfo);
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_pcirename.h42 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->chipRev) macro
86 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->revision) macro
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_pcirename.h42 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->chipRev) macro
86 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->revision) macro
H A Dsmi_driver.c667 pSmi->ChipRev = PCI_DEV_REVISION(pSmi->PciInfo);
/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga_pcirename.h42 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->chipRev) macro
86 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->revision) macro
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dpci_rename.h42 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->chipRev) macro
86 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->revision) macro
/xsrc/external/mit/xf86-video-tseng/dist/src/
H A Dtseng_pcirename.h42 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->chipRev) macro
86 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->revision) macro
H A Dtseng_driver.c440 if (PCI_DEV_REVISION(pTseng->PciInfo) < 0x70) {
/xsrc/external/mit/xf86-video-i128/dist/src/
H A Di128pcirename.h42 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->chipRev) macro
86 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->revision) macro
/xsrc/external/mit/xf86-video-i740/dist/src/
H A Di740_pcirename.h42 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->chipRev) macro
86 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->revision) macro
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_pcirename.h42 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->chipRev) macro
86 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->revision) macro
/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_pcirename.h42 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->chipRev) macro
86 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->revision) macro
H A Dast_driver.c627 if (PCI_DEV_REVISION(pAST->PciInfo) >= 0x40)
629 else if (PCI_DEV_REVISION(pAST->PciInfo) >= 0x30)
631 else if (PCI_DEV_REVISION(pAST->PciInfo) >= 0x20)
633 else if (PCI_DEV_REVISION(pAST->PciInfo) >= 0x10)
H A Dast_mode.c880 if ((pAST->jChipType == AST2500) && (PCI_DEV_REVISION(pAST->PciInfo) > 0x40))
882 else if ((pAST->jChipType == AST2500) && (PCI_DEV_REVISION(pAST->PciInfo) == 0x40))
891 if ((pAST->jChipType == AST2500) && (PCI_DEV_REVISION(pAST->PciInfo) == 0x40))
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Datipcirename.h42 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->chipRev) macro
86 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->revision) macro
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_pcirename.h42 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->chipRev) macro
86 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->revision) macro
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgeode_pcirename.h42 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->chipRev) macro
86 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->revision) macro
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datipcirename.h42 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->chipRev) macro
86 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->revision) macro
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_pcirename.h42 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->chipRev) macro
86 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->revision) macro
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Datipcirename.h41 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->revision) macro
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsispcirename.h71 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->chipRev) macro
115 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->revision) macro
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dglintpcirename.h42 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->chipRev) macro
89 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->revision) macro
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Datipcirename.h70 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->chipRev) macro
114 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->revision) macro
/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dcir_pcirename.h69 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->chipRev) macro
113 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->revision) macro

Completed in 34 milliseconds

12