MCI_STATUS_EN
#define MCI_STATUS_EN BIT_ULL(60) /* error enabled */
#define MCI_STATUS_EN (1ULL << 60) /* error enabled */