Home
last modified time | relevance | path

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

/external/coreboot/src/drivers/ipmi/ocp/
Dipmi_ocp_romstage.c58 SET_CMOS_AND_VALID_BIT(req.boot_mode); in ipmi_set_cmos_clear()
Dipmi_ocp.h19 #define SET_CMOS_AND_VALID_BIT(x) ((x) |= (CMOS_BIT | VALID_BIT)) macro