Searched refs:cbr (Results 1 – 1 of 1) sorted by relevance
73 static u32 cb_table_add_entry(struct cb_header *cbh, struct cb_record *cbr) in cb_table_add_entry() argument75 cbh->table_bytes += cbr->size; in cb_table_add_entry()78 return (u32)cbr + cbr->size; in cb_table_add_entry()91 struct cb_record *cbr = (struct cb_record *)(cbh + 1); in cb_table_finalize() local93 cbh->table_checksum = compute_ip_checksum(cbr, cbh->table_bytes); in cb_table_finalize()100 struct cb_record *cbr; in write_coreboot_table() local109 cbr = (struct cb_record *)(cbh + 1); in write_coreboot_table()117 mem = (struct cb_memory *)cbr; in write_coreboot_table()145 cbr = (struct cb_record *)cb_table_add_entry(cbh, cbr); in write_coreboot_table()150 fb = (struct cb_framebuffer *)cbr; in write_coreboot_table()[all …]