Lines Matching refs:pTrident
54 #define LINEAR() (pTrident->Linear)
355 #define UseMMIO (pTrident->NoMMIO == FALSE)
357 #define IsPciCard (pTrident->pEnt->location.type == BUS_PCI)
360 # define IsPrimaryCard ((xf86IsPrimaryPci(pTrident->PciInfo)) || \
363 # define IsPrimaryCard (xf86IsPrimaryPci(pTrident->PciInfo))
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))