Searched refs:theatre_num (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | theatre_detect.c | 67 if(t->theatre_num<0)return FALSE; 68 return t->VIP->read(t->VIP, ((t->theatre_num & 0x3)<<14) | reg,4, (uint8_t *) data); 75 if(t->theatre_num<0)return FALSE; 76 return t->VIP->write(t->VIP,((t->theatre_num & 0x03)<<14) | reg,4, (uint8_t *) &data); 101 t->theatre_num = -1; 112 if(t->theatre_num>=0)continue; /* already found one instance */ 115 t->theatre_num=i; 119 t->theatre_num=i; 127 if(t->theatre_num>=0)xf86DrvMsg(b->pScrn->scrnIndex, X_INFO, 129 t->theatre_num, (unsigne [all...] |
| H A D | theatre.h | 11 int theatre_num; member in struct:__anon86f3611d0108
|
| H A D | theatre.c | 17 if(t->theatre_num<0)return FALSE; 18 return t->VIP->read(t->VIP, ((t->theatre_num & 0x3)<<14) | reg,4, (uint8_t *) data); 23 if(t->theatre_num<0)return FALSE; 24 return t->VIP->write(t->VIP,((t->theatre_num & 0x03)<<14) | reg,4, (uint8_t *) &data); 51 t->theatre_num = -1; 60 if(t->theatre_num>=0)continue; /* already found one instance */ 63 t->theatre_num=i; 67 t->theatre_num=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, [all...] |
| H A D | theatre200.c | 116 if(t->theatre_num<0)return FALSE; 117 return t->VIP->read(t->VIP, ((t->theatre_num & 0x3)<<14) | reg,4, (uint8_t *) data); 122 if(t->theatre_num<0)return FALSE; 123 return t->VIP->write(t->VIP,((t->theatre_num & 0x03)<<14) | reg,4, (uint8_t *) &data); 128 if(t->theatre_num<0)return FALSE; 129 return t->VIP->fifo_read(t->VIP, ((t->theatre_num & 0x3)<<14) | fifo,1, (uint8_t *) data); 134 if(t->theatre_num<0)return FALSE; 135 return t->VIP->fifo_write(t->VIP,((t->theatre_num & 0x03)<<14) | fifo,count, (uint8_t *)buffer);
|
| H A D | radeon_video.c | 1460 t->theatre_num=-1;
|
Completed in 12 milliseconds