Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/
Dbiosemu.c105 _BE_env.busmem_base = (unsigned long)malloc(128 * 1024); in BE_init()
106 if ((void *)_BE_env.busmem_base == NULL){ in BE_init()
144 _BE_env.biosmem_base = _BE_env.busmem_base + 0x20000; in BE_setVGA()
195 return (void *)(_BE_env.busmem_base + addr - 0xA0000); in BE_mapRealPointer()
231 free((void *)_BE_env.busmem_base); in BE_exit()
Dbesys.c95 return (u8*)(_BE_env.busmem_base + addr - 0xA0000); in BE_memaddr()
102 return (u8 *)_BE_env.busmem_base + addr - 0xA0000; in BE_memaddr()
/external/u-boot/drivers/bios_emulator/include/
Dbiosemu.h90 ulong busmem_base; member