bios_ptr 3351 drivers/video/fbdev/aty/atyfb_base.c u8 *bios_ptr; bios_ptr 3358 drivers/video/fbdev/aty/atyfb_base.c bios_ptr = (u8*)bios_base; bios_ptr 3359 drivers/video/fbdev/aty/atyfb_base.c rom_table_offset = (u16)(bios_ptr[0x48] | (bios_ptr[0x49] << 8)); bios_ptr 3360 drivers/video/fbdev/aty/atyfb_base.c freq_table_offset = bios_ptr[rom_table_offset + 16] | (bios_ptr[rom_table_offset + 17] << 8); bios_ptr 3361 drivers/video/fbdev/aty/atyfb_base.c memcpy(&pll_block, bios_ptr + freq_table_offset, sizeof(PLL_BLOCK_MACH64));