Home
last modified time | relevance | path

Searched refs:bios_ptr (Results 1 – 25 of 68) sorted by relevance

123

/dports/sysutils/915resolution/915resolution-0.5.3/
H A D915resolution.c156 address bios_ptr; member
241 vbios_resolution_type1 * ptr = ((vbios_resolution_type1*)(map->bios_ptr + res)); in map_type1_resolution()
246 vbios_resolution_type2 * ptr = ((vbios_resolution_type2*)(map->bios_ptr + res)); in map_type2_resolution()
319 map->bios_ptr = mmap(0, VBIOS_SIZE, in open_vbios()
323 if (map->bios_ptr == MAP_FAILED) { in open_vbios()
342 map->bios_ptr = mmap(0, VBIOS_SIZE, in open_vbios()
346 if (map->bios_ptr == MAP_FAILED) { in open_vbios()
410 address p = map->bios_ptr + 16; in open_vbios()
411 address limit = map->bios_ptr + VBIOS_SIZE - (3 * sizeof(vbios_mode)); in open_vbios()
480 if(map->bios_ptr == MAP_FAILED) { in close_vbios()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/com32/lib/sys/vesa/
H A Di915resolution.c166 address bios_ptr; member
277 vbios_resolution_type1 * ptr = ((vbios_resolution_type1*)(map->bios_ptr + res)); in map_type1_resolution()
284 vbios_resolution_type2 * ptr = ((vbios_resolution_type2*)(map->bios_ptr + res)); in map_type2_resolution()
291 vbios_resolution_type3 * ptr = ((vbios_resolution_type3*)(map->bios_ptr + res)); in map_type3_resolution()
337 map->bios_ptr = (void *)VBIOS_START; in open_vbios()
343 if (memmem(map->bios_ptr, VBIOS_SIZE, ATI_SIGNATURE1, strlen(ATI_SIGNATURE1)) || in open_vbios()
344 memmem(map->bios_ptr, VBIOS_SIZE, ATI_SIGNATURE2, strlen(ATI_SIGNATURE2)) ) { in open_vbios()
353 if (memmem(map->bios_ptr, VBIOS_SIZE, NVIDIA_SIGNATURE, strlen(NVIDIA_SIGNATURE))) { in open_vbios()
392 address p = map->bios_ptr + 16; in open_vbios()
393 address limit = map->bios_ptr + VBIOS_SIZE - (3 * sizeof(vbios_mode)); in open_vbios()
[all …]
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/bios_emulator/
H A Datibios.c68 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()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/bios_emulator/
H A Datibios.c69 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()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/bios_emulator/
H A Datibios.c69 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()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/bios_emulator/
H A Datibios.c72 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() function
110 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
112 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
114 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
116 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
118 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/drivers/bios_emulator/
H A Datibios.c72 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() function
110 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
112 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
114 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
116 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
118 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/bios_emulator/
H A Datibios.c72 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() function
110 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
112 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
114 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
116 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
118 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/drivers/bios_emulator/
H A Datibios.c72 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() function
110 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
112 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
114 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
116 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
118 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/bios_emulator/
H A Datibios.c72 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() function
110 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
112 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
114 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
116 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
118 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/bios_emulator/
H A Datibios.c72 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() function
110 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
112 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
114 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
116 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
118 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/drivers/bios_emulator/
H A Datibios.c72 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() function
110 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
112 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
114 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
116 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
118 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/bios_emulator/
H A Datibios.c72 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() function
110 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
112 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
114 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
116 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
118 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/bios_emulator/
H A Datibios.c72 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() function
110 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
112 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
114 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
116 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
118 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/drivers/bios_emulator/
H A Datibios.c72 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() function
110 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
112 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
114 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
116 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
118 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/bios_emulator/
H A Datibios.c72 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() function
110 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
112 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
114 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
116 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
118 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/bios_emulator/
H A Datibios.c72 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() function
110 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
112 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
114 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
116 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
118 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/drivers/bios_emulator/
H A Datibios.c72 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() function
110 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
112 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
114 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
116 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
118 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/drivers/bios_emulator/
H A Datibios.c72 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() function
110 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
112 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
114 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
116 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
118 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/bios_emulator/
H A Datibios.c72 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() function
110 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
112 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
114 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
116 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
118 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode()
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/drivers/bios_emulator/
H A Datibios.c72 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() function
110 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
112 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
114 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
116 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
118 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/drivers/bios_emulator/
H A Datibios.c72 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() function
110 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
112 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
114 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
116 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
118 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/drivers/bios_emulator/
H A Datibios.c72 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() function
110 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
112 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
114 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
116 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
118 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode()
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/bios_emulator/
H A Datibios.c72 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() function
110 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
112 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
114 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
116 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
118 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode()
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/drivers/bios_emulator/
H A Datibios.c72 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() function
110 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
112 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
114 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
116 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode()
118 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode()

123