Searched refs:IS_CMOS_AND_VALID_BIT (Results 1 – 2 of 2) sorted by relevance
56 if (!IS_CMOS_AND_VALID_BIT(rsp.data.boot_mode)) { in ipmi_set_cmos_clear()
20 #define IS_CMOS_AND_VALID_BIT(x) ((x)&CMOS_BIT && (x)&VALID_BIT) macro