Lines Matching defs:serr
96 u64 serr;
111 serr = cxl_p1n_read(afu, CXL_PSL_SERR_An);
112 serr &= ~CXL_PSL_SERR_An_IRQ_MASKS;
113 cxl_p1n_write(afu, CXL_PSL_SERR_An, serr);
1105 u64 fir1, serr;
1111 serr = cxl_p1n_read(ctx->afu, CXL_PSL_SERR_An);
1112 cxl_afu_decode_psl_serr(ctx->afu, serr);
1118 u64 fir1, fir2, fir_slice, serr, afu_debug;
1128 serr = cxl_p1n_read(ctx->afu, CXL_PSL_SERR_An);
1129 cxl_afu_decode_psl_serr(ctx->afu, serr);
1252 u64 errstat, serr, afu_error, dsisr;
1258 serr = cxl_p1n_read(afu, CXL_PSL_SERR_An);
1262 cxl_afu_decode_psl_serr(afu, serr);
1275 irq_mask = (serr & CXL_PSL_SERR_An_IRQS) >> 32;
1276 serr |= irq_mask;
1277 cxl_p1n_write(afu, CXL_PSL_SERR_An, serr);
1362 u64 serr;
1378 serr = cxl_p1n_read(afu, CXL_PSL_SERR_An);
1380 serr = (serr & 0x00ffffffffff0000ULL) | (afu->serr_hwirq & 0xffff);
1386 serr = (serr & ~0xff0000007fffffffULL) | (afu->serr_hwirq & 0xffff);
1388 cxl_p1n_write(afu, CXL_PSL_SERR_An, serr);