Searched refs:afu_debug (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/misc/cxl/ |
D | irq.c | 25 u64 fir1, fir2, fir_slice, serr, afu_debug; in handle_psl_slice_error() local 31 afu_debug = cxl_p1n_read(ctx->afu, CXL_AFU_DEBUG_An); in handle_psl_slice_error() 38 dev_crit(&ctx->afu->dev, "CXL_PSL_AFU_DEBUG_An: 0x%.16llx\n", afu_debug); in handle_psl_slice_error() 49 u64 fir_slice, errstat, serr, afu_debug; in cxl_slice_irq_err() local 56 afu_debug = cxl_p1n_read(afu, CXL_AFU_DEBUG_An); in cxl_slice_irq_err() 60 dev_crit(&afu->dev, "CXL_PSL_AFU_DEBUG_An: 0x%.16llx\n", afu_debug); in cxl_slice_irq_err()
|