Searched refs:bios_header (Results 1 – 1 of 1) sorted by relevance
120 uint8 *bios_header; in Radeon_GetPLLInfo() local124 bios_header = di->rom.rom_ptr + *(uint16 *)(di->rom.rom_ptr + 0x48); in Radeon_GetPLLInfo()125 pll_info = (PLL_BLOCK *)(di->rom.rom_ptr + *(uint16 *)(bios_header + 0x30)); in Radeon_GetPLLInfo()129 tmp = bios_header + 4; in Radeon_GetPLLInfo()143 int bios_header, master_data_start, pll_start; in Radeon_GetPLLInfo() local146 bios_header = RADEON_BIOS16(0x48); in Radeon_GetPLLInfo()147 master_data_start = RADEON_BIOS16(bios_header + 32); in Radeon_GetPLLInfo()292 int bios_header, master_data_start; in Radeon_GetConnectorInfoFromBIOS() local294 bios_header = RADEON_BIOS16(0x48); in Radeon_GetConnectorInfoFromBIOS()298 master_data_start = RADEON_BIOS16( bios_header + 32 ); in Radeon_GetConnectorInfoFromBIOS()[all …]