Lines Matching defs:pCir
64 const CirPtr pCir = CIRPTR(pScrn);
103 const CirPtr pCir = CIRPTR(pScrn);
126 pCir->CursorIsSkewed = TRUE;
127 } else if (pCir->CursorIsSkewed) {
130 pCir->CursorIsSkewed = FALSE;
145 const CirPtr pCir = CIRPTR(pScrn);
146 const LgPtr pLg = LGPTR(pCir);
224 CirPtr pCir = CIRPTR(pScrn);
225 LgPtr pLg = LGPTR(pCir);
265 if (PCI_CHIP_GD5465 == pCir->Chipset) {
293 const CirPtr pCir = CIRPTR(pScrn);
313 const CirPtr pCir = CIRPTR(pScrn);
314 const LgPtr pLg = LGPTR(pCir);
349 CirPtr pCir = CIRPTR(pScrn);
359 pCir->CursorInfoRec = infoPtr;
360 LgFindCursorTile(pScrn, &pCir->chip.lg->HWCursorImageX, &pCir->chip.lg->HWCursorImageY,
361 &pCir->chip.lg->HWCursorTileWidth, &pCir->chip.lg->HWCursorTileHeight,
362 &pCir->chip.lg->HWCursorAddr);
364 pCir->chip.lg->HWCursorAddr = (pCir->chip.lg->HWCursorAddr >> 8) & 0x7FFC;
366 pCir->CursorIsSkewed = FALSE;