Home
last modified time | relevance | path

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

/arch/x86/platform/efi/
Defi-bgrt.c19 struct acpi_table_bgrt *bgrt_tab; variable
39 (struct acpi_table_header **)&bgrt_tab); in efi_bgrt_init()
43 if (bgrt_tab->header.length < sizeof(*bgrt_tab)) in efi_bgrt_init()
45 if (bgrt_tab->version != 1) in efi_bgrt_init()
47 if (bgrt_tab->image_type != 0 || !bgrt_tab->image_address) in efi_bgrt_init()
50 image = efi_lookup_mapped_addr(bgrt_tab->image_address); in efi_bgrt_init()
52 image = ioremap(bgrt_tab->image_address, sizeof(bmp_header)); in efi_bgrt_init()
68 image = ioremap(bgrt_tab->image_address, bmp_header.size); in efi_bgrt_init()