Searched refs:CXL_PSL_SERR_An (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/misc/cxl/ |
A D | debugfs.c | 82 debugfs_create_io_x64("serr", S_IRUSR, dir, _cxl_p1n_addr(afu, CXL_PSL_SERR_An)); in cxl_debugfs_add_afu_regs_psl9() 91 debugfs_create_io_x64("serr", S_IRUSR, dir, _cxl_p1n_addr(afu, CXL_PSL_SERR_An)); in cxl_debugfs_add_afu_regs_psl8()
|
A D | native.c | 112 serr = cxl_p1n_read(afu, CXL_PSL_SERR_An); in native_afu_reset() 114 cxl_p1n_write(afu, CXL_PSL_SERR_An, serr); in native_afu_reset() 1112 serr = cxl_p1n_read(ctx->afu, CXL_PSL_SERR_An); in cxl_native_irq_dump_regs_psl9() 1129 serr = cxl_p1n_read(ctx->afu, CXL_PSL_SERR_An); in cxl_native_irq_dump_regs_psl8() 1259 serr = cxl_p1n_read(afu, CXL_PSL_SERR_An); in native_slice_irq_err() 1278 cxl_p1n_write(afu, CXL_PSL_SERR_An, serr); in native_slice_irq_err() 1379 serr = cxl_p1n_read(afu, CXL_PSL_SERR_An); in cxl_native_register_serr_irq() 1389 cxl_p1n_write(afu, CXL_PSL_SERR_An, serr); in cxl_native_register_serr_irq() 1400 cxl_p1n_write(afu, CXL_PSL_SERR_An, 0x0000000000000000); in cxl_native_release_serr_irq()
|
A D | pci.c | 958 reg = cxl_p1n_read(afu, CXL_PSL_SERR_An); in sanitise_afu_regs_psl9() 962 cxl_p1n_write(afu, CXL_PSL_SERR_An, reg & ~0xffff); in sanitise_afu_regs_psl9() 1013 reg = cxl_p1n_read(afu, CXL_PSL_SERR_An); in sanitise_afu_regs_psl8() 1017 cxl_p1n_write(afu, CXL_PSL_SERR_An, reg & ~0xffff); in sanitise_afu_regs_psl8()
|
A D | cxl.h | 126 static const cxl_p1n_reg_t CXL_PSL_SERR_An = {0x28}; variable
|
Completed in 15 milliseconds