Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/lib/
Dsmbios.c165 t->bootup_state = SMBIOS_STATE_SAFE; in smbios_write_type3()
166 t->power_supply_state = SMBIOS_STATE_SAFE; in smbios_write_type3()
167 t->thermal_state = SMBIOS_STATE_SAFE; in smbios_write_type3()
/third_party/uboot/u-boot-2020.01/include/
Dsmbios.h114 #define SMBIOS_STATE_SAFE 3 macro