Searched refs:bMsb (Results 1 – 1 of 1) sorted by relevance
765 uint8_t bMsb = (bValue & (1 << 8)) > 0 ? (1 << 6) : 0; in ipmiStorageGetSDR() local770 bMsb |= (1 << 7); in ipmiStorageGetSDR()772 record.body.b_msb_and_accuracy_lsb = bMsb; in ipmiStorageGetSDR()