Home
last modified time | relevance | path

Searched refs:mpf_checksum (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/x86/lib/
Dmpspec.c33 mf->mpf_checksum = 0; in mp_write_floating_table()
41 mf->mpf_checksum = table_compute_checksum(mf, mf->mpf_length * 16); in mp_write_floating_table()
/external/u-boot/arch/x86/include/asm/
Dmpspec.h25 u8 mpf_checksum; /* Checksum (makes sum 0) */ member