Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dsmbios.c164 t->bootup_state = SMBIOS_STATE_SAFE; in smbios_write_type3()
165 t->power_supply_state = SMBIOS_STATE_SAFE; in smbios_write_type3()
166 t->thermal_state = SMBIOS_STATE_SAFE; in smbios_write_type3()
/openbmc/u-boot/include/
H A Dsmbios.h114 #define SMBIOS_STATE_SAFE 3 macro