Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/lib/
Dcoreboot_table.c55 static void cb_table_init(struct cb_header *cbh) in cb_table_init()
57 memset(cbh, 0, sizeof(struct cb_header)); in cb_table_init()
59 cbh->header_bytes = sizeof(struct cb_header); in cb_table_init()
72 static u32 cb_table_add_entry(struct cb_header *cbh, struct cb_record *cbr) in cb_table_add_entry()
88 static void cb_table_finalize(struct cb_header *cbh) in cb_table_finalize()
98 struct cb_header *cbh = (struct cb_header *)addr; in write_coreboot_table()
/external/u-boot/arch/x86/cpu/coreboot/
Dtables.c114 struct cb_header *header; in cb_parse_header()
119 header = (struct cb_header *)ptr; in cb_parse_header()
/external/u-boot/arch/x86/include/asm/
Dcoreboot_tables.h16 struct cb_header { struct