Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/
H A Dsmbios.c265 int max_struct_size = 0; in write_smbios_table() local
284 max_struct_size = max(max_struct_size, tmp); in write_smbios_table()
292 se->max_struct_size = max_struct_size; in write_smbios_table()
/OK3568_Linux_fs/u-boot/include/
H A Dsmbios.h41 u16 max_struct_size; member