Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/
H A Defi-bgrt.c22 struct bmp_header { struct
30 struct bmp_header bmp_header; in efi_bgrt_init() argument
69 image = early_memremap(bgrt->image_address, sizeof(bmp_header)); in efi_bgrt_init()
75 memcpy(&bmp_header, image, sizeof(bmp_header)); in efi_bgrt_init()
76 early_memunmap(image, sizeof(bmp_header)); in efi_bgrt_init()
77 if (bmp_header.id != 0x4d42) { in efi_bgrt_init()
79 bmp_header.id); in efi_bgrt_init()
82 bgrt_image_size = bmp_header.size; in efi_bgrt_init()
/openbmc/u-boot/include/
H A Dbmp_layout.h23 struct __packed bmp_header { struct
45 struct bmp_header header; argument
/openbmc/u-boot/common/
H A Dsplash_source.c86 struct bmp_header *bmp_hdr; in splash_load_raw()
88 size_t bmp_size, bmp_header_size = sizeof(struct bmp_header); in splash_load_raw()
97 bmp_hdr = (struct bmp_header *)bmp_load_addr; in splash_load_raw()
/openbmc/u-boot/doc/
H A DREADME.displaying-bmps14 typedef struct bmp_header {