Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/arch/x86/cpu/coreboot/
H A Dtables.c141 ptr += header->header_bytes; in cb_parse_header()
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dcoreboot_tables.h19 u32 header_bytes; member