Searched refs:ChipID (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64i2c.c104 CARD8 ChipID = 0; local in function:ATIMach64ImpacTVProbe
113 if (!(ChipID = in8(MPP_DATA)))
117 if ((ChipID = in8(MPP_DATA)) != 0x54U)
121 ChipID = in8(MPP_DATA);
127 if (ChipID)
129 ChipID);
131 return (int)(CARD16)ChipID;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dati.c250 * This returns the ATI_CHIP_FAMILY_* value associated with a particular ChipID.
253 ATIChipID(const uint16_t ChipID) argument
255 switch (ChipID)
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dati.c259 * This returns the ATI_CHIP_FAMILY_* value associated with a particular ChipID.
262 ATIChipID(const uint16_t ChipID) argument
264 switch (ChipID)
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_driver.c613 LookupChipID(PciChipsets *pset, int ChipID) argument
617 if (pset->PCIid == ChipID)
1012 xf86DrvMsg(pScrn->scrnIndex, X_CONFIG, "ChipID override: 0x%04X\n",
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_driver.c89 static int LookupChipID(PciChipsets* pset, int ChipID);
861 static int LookupChipID( PciChipsets* pset, int ChipID ) argument
866 if( pset->PCIid == ChipID )
1447 xf86DrvMsg(pScrn->scrnIndex, X_CONFIG, "ChipID override: 0x%04X\n",

Completed in 9 milliseconds