Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dcoreboot_table.c60 cbh->header_bytes = sizeof(struct cb_header); in cb_table_init()
94 cbh->header_checksum = compute_ip_checksum(cbh, cbh->header_bytes); in cb_table_finalize()
/OK3568_Linux_fs/kernel/drivers/firmware/google/
H A Dcoreboot_table.c95 ptr_entry = ptr + header->header_bytes; in coreboot_table_populate()
143 len = header->header_bytes + header->table_bytes; in coreboot_table_probe()
H A Dcoreboot_table.h20 u32 header_bytes; member
/OK3568_Linux_fs/u-boot/arch/x86/cpu/coreboot/
H A Dtables.c141 ptr += header->header_bytes; in cb_parse_header()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dcoreboot_tables.h19 u32 header_bytes; member