Lines Matching refs:serr
25 u64 fir1, fir2, fir_slice, serr, afu_debug; in handle_psl_slice_error() local
30 serr = cxl_p1n_read(ctx->afu, CXL_PSL_SERR_An); in handle_psl_slice_error()
36 dev_crit(&ctx->afu->dev, "PSL_SERR_An: 0x%.16llx\n", serr); in handle_psl_slice_error()
49 u64 fir_slice, errstat, serr, afu_debug; in cxl_slice_irq_err() local
53 serr = cxl_p1n_read(afu, CXL_PSL_SERR_An); in cxl_slice_irq_err()
57 dev_crit(&afu->dev, "PSL_SERR_An: 0x%.16llx\n", serr); in cxl_slice_irq_err()
62 cxl_p1n_write(afu, CXL_PSL_SERR_An, serr); in cxl_slice_irq_err()
351 u64 serr; in cxl_register_serr_irq() local
367 serr = cxl_p1n_read(afu, CXL_PSL_SERR_An); in cxl_register_serr_irq()
368 serr = (serr & 0x00ffffffffff0000ULL) | (afu->serr_hwirq & 0xffff); in cxl_register_serr_irq()
369 cxl_p1n_write(afu, CXL_PSL_SERR_An, serr); in cxl_register_serr_irq()