Searched refs:cxl_p1n_write (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/misc/cxl/ |
| A D | native.c | 113 cxl_p1n_write(afu, CXL_PSL_SERR_An, serr); in native_afu_reset() 160 cxl_p1n_write(afu, CXL_PSL_SCNTL_An, in cxl_psl_purge() 197 cxl_p1n_write(afu, CXL_PSL_SCNTL_An, in cxl_psl_purge() 268 cxl_p1n_write(afu, CXL_PSL_SPAP_An, spap); in attach_spa() 273 cxl_p1n_write(afu, CXL_PSL_SPAP_An, 0); in detach_spa() 866 cxl_p1n_write(afu, CXL_PSL_SDR_An, mfspr(SPRN_SDR1)); in cxl_activate_dedicated_process_psl8() 892 cxl_p1n_write(afu, CXL_PSL_IVTE_Offset_An, in cxl_update_dedicated_ivtes_psl8() 897 cxl_p1n_write(afu, CXL_PSL_IVTE_Limit_An, (u64) in cxl_update_dedicated_ivtes_psl8() 943 cxl_p1n_write(afu, CXL_PSL_SR_An, calculate_sr(ctx)); in cxl_attach_dedicated_process_psl8() 1277 cxl_p1n_write(afu, CXL_PSL_SERR_An, serr); in native_slice_irq_err() [all …]
|
| A D | pci.c | 647 cxl_p1n_write(afu, CXL_PSL_COALLOC_A, 0xFF000000FEFEFEFEULL); in init_implementation_afu_regs_psl8() 650 cxl_p1n_write(afu, CXL_PSL_RXCTL_A, CXL_PSL_RXCTL_AFUHP_4S); in init_implementation_afu_regs_psl8() 946 cxl_p1n_write(afu, CXL_PSL_SPAP_An, 0x0000000000000000); in sanitise_afu_regs_psl9() 947 cxl_p1n_write(afu, CXL_PSL_AMBAR_An, 0x0000000000000000); in sanitise_afu_regs_psl9() 961 cxl_p1n_write(afu, CXL_PSL_SERR_An, reg & ~0xffff); in sanitise_afu_regs_psl9() 992 cxl_p1n_write(afu, CXL_PSL_SPAP_An, 0x0000000000000000); in sanitise_afu_regs_psl8() 995 cxl_p1n_write(afu, CXL_PSL_AMBAR_An, 0x0000000000000000); in sanitise_afu_regs_psl8() 996 cxl_p1n_write(afu, CXL_PSL_SPOffset_An, 0x0000000000000000); in sanitise_afu_regs_psl8() 997 cxl_p1n_write(afu, CXL_HAURP_An, 0x0000000000000000); in sanitise_afu_regs_psl8() 1016 cxl_p1n_write(afu, CXL_PSL_SERR_An, reg & ~0xffff); in sanitise_afu_regs_psl8() [all …]
|
| A D | cxl.h | 800 static inline void cxl_p1n_write(struct cxl_afu *afu, cxl_p1n_reg_t reg, u64 val) in cxl_p1n_write() function
|
Completed in 16 milliseconds