Searched refs:CXL_RAS_UNCORRECTABLE_STATUS_MASK (Results 1 – 2 of 2) sorted by relevance
709 if (!(status & CXL_RAS_UNCORRECTABLE_STATUS_MASK)) in __cxl_handle_ras()725 writel(status & CXL_RAS_UNCORRECTABLE_STATUS_MASK, addr); in __cxl_handle_ras()
136 #define CXL_RAS_UNCORRECTABLE_STATUS_MASK (GENMASK(16, 14) | GENMASK(11, 0)) macro