Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Doemcommands.hpp102 #define BOOT_MODE_CMOS_CLR 0x02 macro
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp276 bootMode["CMOS_CLR"] = (mode & BOOT_MODE_CMOS_CLR) ? true : false; in setBootOrder()
358 bootSeq.front() |= BOOT_MODE_CMOS_CLR; in getBootOrder()