Searched refs:VIP (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | theatre_detect.c | 68 return t->VIP->read(t->VIP, ((t->theatre_num & 0x3)<<14) | reg,4, (uint8_t *) data); 76 return t->VIP->write(t->VIP,((t->theatre_num & 0x03)<<14) | reg,4, (uint8_t *) &data); 82 #define VIP_TYPE "ATI VIP BUS" 100 t->VIP = b; 110 "Device %d on VIP bus ids as 0x%08x\n", i, 124 xf86DrvMsg(b->pScrn->scrnIndex, X_INFO, "No response from device %d on VIP bus\n",i); 128 "Detected Rage Theatre as device %d on VIP bus with id 0x%08x\n",
|
| H A D | radeon_vip.c | 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 [all...] |
| H A D | theatre200.c | 117 return t->VIP->read(t->VIP, ((t->theatre_num & 0x3)<<14) | reg,4, (uint8_t *) data); 123 return t->VIP->write(t->VIP,((t->theatre_num & 0x03)<<14) | reg,4, (uint8_t *) &data); 129 return t->VIP->fifo_read(t->VIP, ((t->theatre_num & 0x3)<<14) | fifo,1, (uint8_t *) data); 135 return t->VIP->fifo_write(t->VIP,((t->theatre_num & 0x03)<<14) | fifo,count, (uint8_t *)buffer); 142 #define VIP_TYPE "ATI VIP BUS" 366 int screen = t->VIP [all...] |
| H A D | theatre.h | 9 GENERIC_BUS_Ptr VIP; member in struct:__anon86f3611d0108
|
| H A D | radeon_video.h | 53 /* VIP bus and devices */ 54 GENERIC_BUS_Ptr VIP; member in struct:__anone192d83f0108
|
| H A D | theatre.c | 18 return t->VIP->read(t->VIP, ((t->theatre_num & 0x3)<<14) | reg,4, (uint8_t *) data); 24 return t->VIP->write(t->VIP,((t->theatre_num & 0x03)<<14) | reg,4, (uint8_t *) &data); 29 #define VIP_TYPE "ATI VIP BUS" 50 t->VIP = b; 59 if(val)xf86DrvMsg(b->scrnIndex, X_INFO, "Device %d on VIP bus ids as 0x%08x\n",i,val); 72 xf86DrvMsg(b->scrnIndex, X_INFO, "No response from device %d on VIP bus\n",i); 75 if(t->theatre_num>=0)xf86DrvMsg(b->scrnIndex, X_INFO, "Detected Rage Theatre as device %d on VIP bus with id 0x%08x\n",t->theatre_num,t->theatre_id); 1153 xf86DrvMsg(t->VIP [all...] |
| H A D | radeon_video.c | 1360 if(pPriv->VIP!=NULL){ 1399 pPriv->theatre=xf86_DetectTheatre(pPriv->VIP); 1564 /* resetting the VIP bus causes problems with some mobility chips. 1567 /* Initialize VIP bus */
|
Completed in 12 milliseconds