Home | History | Annotate | Download | only in src

Lines Matching refs:MM_TABLE

2635     uint16_t mm_table;
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));
2783 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "MM_TABLE: %02x-%02x-%02x-%02x-%02x-%02x-%02x-%02x-%02x-%02x-%02x-%02x-%02x-%02x\n",
2784 info->MM_TABLE.table_revision,
2785 info->MM_TABLE.table_size,
2786 info->MM_TABLE.tuner_type,
2787 info->MM_TABLE.audio_chip,
2788 info->MM_TABLE.product_id,
2789 info->MM_TABLE.tuner_voltage_teletext_fm,
2790 info->MM_TABLE.i2s_config,
2791 info->MM_TABLE.video_decoder_type,
2792 info->MM_TABLE.video_decoder_host_config,
2793 info->MM_TABLE.input[0],
2794 info->MM_TABLE.input[1],
2795 info->MM_TABLE.input[2],
2796 info->MM_TABLE.input[3],
2797 info->MM_TABLE.input[4]);
2799 /* Is it an MM_TABLE we know about ? */
2800 if(info->MM_TABLE.table_size != 0xc){
2801 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "This card has MM_TABLE we do not recognize.\n"
2810 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "No MM_TABLE found - assuming card is not TV-in capable (mm_table=%d).\n", mm_table);