Searched refs:bios_ptr (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/bios_emulator/ |
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()
|