Searched refs:bios_ptr (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/bios_emulator/ |
| H A D | atibios.c | 68 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() function 106 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode() 108 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode() 110 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode() 112 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode() 114 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode()
|