Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dcoreboot_table.c73 static u32 cb_table_add_entry(struct cb_header *cbh, struct cb_record *cbr) in cb_table_add_entry()
91 struct cb_record *cbr = (struct cb_record *)(cbh + 1); in cb_table_finalize()
100 struct cb_record *cbr; in write_coreboot_table()
109 cbr = (struct cb_record *)(cbh + 1); in write_coreboot_table()
144 sizeof(struct cb_record); in write_coreboot_table()
145 cbr = (struct cb_record *)cb_table_add_entry(cbh, cbr); in write_coreboot_table()
168 cbr = (struct cb_record *)cb_table_add_entry(cbh, cbr); in write_coreboot_table()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/coreboot/
H A Dtables.c147 struct cb_record *rec = (struct cb_record *)ptr; in cb_parse_header()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dcoreboot_tables.h26 struct cb_record { struct