Lines Matching refs:Chipset
103 int Chipset;
307 * Trident Chipset Definitions
366 #define HAS_DST_TRANS ((pTrident->Chipset == PROVIDIA9682) || \
367 (pTrident->Chipset == PROVIDIA9685) || \
368 (pTrident->Chipset == BLADEXP) || \
369 (pTrident->Chipset == CYBERBLADEXPAI1))
371 #define Is3Dchip ((pTrident->Chipset == CYBER9397) || \
372 (pTrident->Chipset == CYBER9397DVD) || \
373 (pTrident->Chipset == CYBER9520) || \
374 (pTrident->Chipset == CYBER9525DVD) || \
375 (pTrident->Chipset == CYBERBLADEE4) || \
376 (pTrident->Chipset == IMAGE975) || \
377 (pTrident->Chipset == IMAGE985) || \
378 (pTrident->Chipset == CYBERBLADEI7) || \
379 (pTrident->Chipset == CYBERBLADEI7D) || \
380 (pTrident->Chipset == CYBERBLADEI1) || \
381 (pTrident->Chipset == CYBERBLADEI1D) || \
382 (pTrident->Chipset == CYBERBLADEAI1) || \
383 (pTrident->Chipset == CYBERBLADEAI1D) || \
384 (pTrident->Chipset == BLADE3D) || \
385 (pTrident->Chipset == CYBERBLADEXPAI1) || \
386 (pTrident->Chipset == CYBERBLADEXP4) || \
387 (pTrident->Chipset == XP5) || \
388 (pTrident->Chipset == BLADEXP))