Home
last modified time | relevance | path

Searched refs:CXL_PSL_SERR_An (Results 1 – 4 of 4) sorted by relevance

/drivers/misc/cxl/
Dnative.c895 serr = cxl_p1n_read(ctx->afu, CXL_PSL_SERR_An); in cxl_native_psl_irq_dump_regs()
995 serr = cxl_p1n_read(afu, CXL_PSL_SERR_An); in native_slice_irq_err()
1008 cxl_p1n_write(afu, CXL_PSL_SERR_An, serr); in native_slice_irq_err()
1099 serr = cxl_p1n_read(afu, CXL_PSL_SERR_An); in cxl_native_register_serr_irq()
1101 cxl_p1n_write(afu, CXL_PSL_SERR_An, serr); in cxl_native_register_serr_irq()
1112 cxl_p1n_write(afu, CXL_PSL_SERR_An, 0x0000000000000000); in cxl_native_release_serr_irq()
Ddebugfs.c96 debugfs_create_io_x64("serr", S_IRUSR, dir, _cxl_p1n_addr(afu, CXL_PSL_SERR_An)); in cxl_debugfs_add_afu_psl_regs()
Dpci.c1038 reg = cxl_p1n_read(afu, CXL_PSL_SERR_An); in sanitise_afu_regs()
1042 cxl_p1n_write(afu, CXL_PSL_SERR_An, reg & ~0xffff); in sanitise_afu_regs()
Dcxl.h111 static const cxl_p1n_reg_t CXL_PSL_SERR_An = {0x28}; variable