Searched refs:bios_ptr (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/bios_emulator/ |
H A D | atibios.c | 69 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() function 107 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode() 109 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode() 111 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode() 113 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode() 115 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode()
|
/openbmc/linux/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 3381 u8 *bios_ptr; in init_from_bios() local 3388 bios_ptr = (u8*)bios_base; in init_from_bios() 3389 rom_table_offset = (u16)(bios_ptr[0x48] | (bios_ptr[0x49] << 8)); in init_from_bios() 3390 freq_table_offset = bios_ptr[rom_table_offset + 16] | (bios_ptr[rom_table_offset + 17] << 8); in init_from_bios() 3391 memcpy(&pll_block, bios_ptr + freq_table_offset, sizeof(PLL_BLOCK_MACH64)); in init_from_bios()
|