Searched refs:video_decoder_type (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dtheatre.h17 uint16_t video_decoder_type; member in struct:__anon86f3611d0108
H A Dradeon_video.c1406 t->video_decoder_type=info->video_decoder_type;
1409 t->video_decoder_type, pll->xclk);
1452 t->video_decoder_type=RT_FREF_2700;
1455 t->video_decoder_type=RT_FREF_2950;
1465 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "video decoder type used: 0x%04x\n", t->video_decoder_type);
H A Dradeon.h938 uint8_t video_decoder_type; member in struct:__anonb194aea90e08::__anonb194aea90f08
942 uint16_t video_decoder_type; member in struct:__anonb194aea90e08
H A Dtheatre.c657 from the MMTABLE.video_decoder_type field (bits 4:7)
666 R128ReadBIOS(pll_info_block+0x07, &video_decoder_type, sizeof(video_decoder_type));
668 ref_freq = (t->video_decoder_type & 0xF0) >> 4;
H A Dradeon_driver.c2791 info->MM_TABLE.video_decoder_type,
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);

Completed in 37 milliseconds