Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/google/
H A Dframebuffer-coreboot.c21 #define CB_TAG_FRAMEBUFFER 0x12 macro
86 .tag = CB_TAG_FRAMEBUFFER,
/openbmc/u-boot/arch/x86/lib/
H A Dcoreboot_table.c150 fb->tag = CB_TAG_FRAMEBUFFER; in write_coreboot_table()
/openbmc/u-boot/arch/x86/cpu/coreboot/
H A Dtables.c196 case CB_TAG_FRAMEBUFFER: in cb_parse_header()
/openbmc/u-boot/arch/x86/include/asm/
H A Dcoreboot_tables.h123 #define CB_TAG_FRAMEBUFFER 0x0012 macro