OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VIP
(Results
1 - 7
of
7
) sorted by relevancy
/xsrc/external/mit/xf86-video-ati/dist/src/
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",
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
167
so that reading RADEON_VIPH_REG_DATA would not trigger unnecessary
vip
cycles.
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
238
so that reading VIPH_REG_DATA would not trigger unnecessary
vip
cycles
[
all
...]
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
->pScrn->scrnIndex
[
all
...]
theatre.h
9
GENERIC_BUS_Ptr
VIP
;
radeon_video.h
53
/*
VIP
bus and devices */
54
GENERIC_BUS_Ptr
VIP
;
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
->pScrn->scrnIndex,X_INFO,"Rage Theatre setting standard 0x%04x\n"
[
all
...]
radeon_video.c
1362
if(pPriv->
VIP
!=NULL){
1401
pPriv->theatre=xf86_DetectTheatre(pPriv->
VIP
);
1566
/* resetting the
VIP
bus causes problems with some mobility chips.
1569
/* Initialize
VIP
bus */
Completed in 18 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026