Home
last modified time | relevance | path

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

/external/coreboot/src/drivers/ipmi/ocp/
Dipmi_ocp_romstage.c56 if (!IS_CMOS_AND_VALID_BIT(rsp.data.boot_mode)) { in ipmi_set_cmos_clear()
Dipmi_ocp.h20 #define IS_CMOS_AND_VALID_BIT(x) ((x)&CMOS_BIT && (x)&VALID_BIT) macro