MCI_STATUS_VAL
#define MCI_STATUS_VAL BIT_ULL(63) /* valid error */
#define MCI_STATUS_VAL (1ULL << 63) /* valid error */