Home
last modified time | relevance | path

Searched refs:vbe_offset (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/bios_emulator/
H A Datibios.c66 const int vbe_offset = 0x2000; variable
79 return buf + (flat - vbe_offset); in bios_ptr()
85 void *buffer = (void *)(M.mem_base + vbe_offset); in atibios_debug_mode()
86 u16 buffer_seg = (((unsigned long)vbe_offset) >> 4) & 0xff00; in atibios_debug_mode()
87 u16 buffer_adr = ((unsigned long)vbe_offset) & 0xffff; in atibios_debug_mode()
177 void *buffer = (void *)(M.mem_base + vbe_offset); in atibios_set_vesa_mode()
178 u16 buffer_seg = (((unsigned long)vbe_offset) >> 4) & 0xff00; in atibios_set_vesa_mode()
179 u16 buffer_adr = ((unsigned long)vbe_offset) & 0xffff; in atibios_set_vesa_mode()