OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MM_TABLE
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon_mm_i2c.c
443
if(info->MM_TABLE_valid && (RADEON_tuners[info->
MM_TABLE
.tuner_type & 0x1f].type==TUNER_TYPE_MT2032)){
490
RADEON_tuners[info->
MM_TABLE
.tuner_type & 0x1f].name,
492
if(info->MM_TABLE_valid)xf86_FI1236_set_tuner_type(pPriv->fi1236, RADEON_tuners[info->
MM_TABLE
.tuner_type & 0x1f].type);
494
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "
MM_TABLE
not found (standalone board ?), forcing tuner type to NTSC\n");
499
if(info->MM_TABLE_valid && (RADEON_tuners[info->
MM_TABLE
.tuner_type & 0x1f].type==TUNER_TYPE_MT2032)){
521
if(info->MM_TABLE_valid && ((RADEON_tuners[info->
MM_TABLE
.tuner_type & 0x1f].type==TUNER_TYPE_FM1216ME)
522
|| (RADEON_tuners[info->
MM_TABLE
.tuner_type & 0x1f].type==TUNER_TYPE_FI1236W)))
radeon_driver.c
2635
uint16_t
mm_table
;
local
2756
/* Rescue
MM_TABLE
before VBIOS is freed */
2771
mm_table
=info->VBIOS[bios_header+0x38];
2772
if(
mm_table
==0)
2774
xf86DrvMsg(pScrn->scrnIndex,X_INFO,"No
MM_TABLE
found - assuming CARD is not TV-in capable.\n");
2778
mm_table
+=(((int)info->VBIOS[bios_header+0x39]+0)<<8)-2;
2780
if(
mm_table
>0)
2782
memcpy(&(info->
MM_TABLE
), &(info->VBIOS[
mm_table
]), sizeof(info->
MM_TABLE
));
[
all
...]
radeon.h
941
}
MM_TABLE
;
radeon_video.c
1415
a=info->
MM_TABLE
.input[i];
1550
pPriv->tuner_type = info->
MM_TABLE
.tuner_type;
Completed in 12 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026