Lines Matching refs:VBIOS
2756 /* Rescue MM_TABLE before VBIOS is freed */
2759 if((info->VBIOS==NULL)||(info->VBIOS[0]!=0x55)||(info->VBIOS[1]!=0xaa)){
2768 bios_header=info->VBIOS[0x48];
2769 bios_header+=(((int)info->VBIOS[0x49]+0)<<8);
2771 mm_table=info->VBIOS[bios_header+0x38];
2778 mm_table+=(((int)info->VBIOS[bios_header+0x39]+0)<<8)-2;
2782 memcpy(&(info->MM_TABLE), &(info->VBIOS[mm_table]), sizeof(info->MM_TABLE));
2814 pll_info_block=info->VBIOS[bios_header+0x30];
2815 pll_info_block+=(((int)info->VBIOS[bios_header+0x31]+0)<<8);
2817 info->video_decoder_type=info->VBIOS[pll_info_block+0x08];
2818 info->video_decoder_type+=(((int)info->VBIOS[pll_info_block+0x09]+0)<<8);
3279 if (info->VBIOS) {
3280 free(info->VBIOS);
3281 info->VBIOS = NULL;