Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dmpspec.h38 u16 mpc_length; /* Size of table */ member
229 return (ulong)mc + mc->mpc_length; in mp_next_mpc_entry()
243 mc->mpc_length += length; in mp_add_mpc_entry()
259 return (ulong)mc + mc->mpc_length + mc->mpe_length; in mp_next_mpe_entry()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dmpspec.c51 mc->mpc_length = sizeof(struct mp_config_table); in mp_config_table_init()
226 mc->mpc_checksum = table_compute_checksum(mc, mc->mpc_length); in mptable_finalize()