Lines Matching refs:VIP
20 #define VIP_NAME "RADEON VIP BUS"
21 #define VIP_TYPE "ATI VIP BUS"
117 xf86DrvMsg(pScrn->scrnIndex,X_ERROR,"Attempt to access VIP bus with non-stadard transaction length\n");
128 disable RADEON_VIPH_REGR_DIS to enable VIP cycle.
130 because 1 would have acknowledged various VIP
183 xf86DrvMsg(pScrn->scrnIndex,X_ERROR,"Attempt to access VIP bus with non-stadard transaction length\n");
194 disable VIPH_REGR_DIS to enable VIP cycle.
196 because 1 would have acknowledged various VIP
259 xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "Attempt to access VIP bus with non-stadard transaction length\n");
353 pPriv->VIP=calloc(1,sizeof(GENERIC_BUS_Rec));
354 pPriv->VIP->pScrn=pScrn;
355 pPriv->VIP->DriverPrivate.ptr=pPriv;
356 pPriv->VIP->ioctl=RADEONVIP_ioctl;
357 pPriv->VIP->read=RADEONVIP_read;
358 pPriv->VIP->write=RADEONVIP_write;
359 pPriv->VIP->fifo_read=RADEONVIP_fifo_read;
360 pPriv->VIP->fifo_write=RADEONVIP_fifo_write;