Home
last modified time | relevance | path

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

/external/u-boot/lib/
Dsmbios.c296 istart = (char *)se + SMBIOS_INTERMEDIATE_OFFSET; in write_smbios_table()
297 isize = sizeof(struct smbios_entry) - SMBIOS_INTERMEDIATE_OFFSET; in write_smbios_table()
/external/u-boot/include/
Dsmbios.h31 #define SMBIOS_INTERMEDIATE_OFFSET 16 macro