Searched refs:pSR (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_setup.c619 pHwDevInfo->pSR = pXGI->SRList ;
624 pHwDevInfo->pSR[i].jIdx = 0xFF ;
625 pHwDevInfo->pSR[i].jVal = 0xFF ;
H A Dvgatypes.h266 PXGI_DSReg pSR; /* restore SR registers in initial function. */ member in struct:_XGI_HW_DEVICE_INFO
H A Dvb_init.c243 PXGI_DSReg pSR ; local in function:XGIInitNew
555 pSR = HwDeviceExtension->pSR ;
556 if ( pSR!=NULL )
558 while( pSR->jIdx != 0xFF )
560 XGI_SetReg((XGIIOADDRESS) pVBInfo->P3c4 , pSR->jIdx , pSR->jVal ) ;
561 pSR++ ;

Completed in 8 milliseconds