Searched refs:cxl_p2n_write (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/misc/cxl/ |
A D | native.c | 185 cxl_p2n_write(afu, CXL_PSL_TFC_An, CXL_PSL_TFC_An_AE); in cxl_psl_purge() 189 cxl_p2n_write(afu, CXL_PSL_TFC_An, CXL_PSL_TFC_An_A); in cxl_psl_purge() 393 cxl_p2n_write(afu, CXL_SSTP1_An, 0); in cxl_write_sstp() 400 cxl_p2n_write(afu, CXL_SSTP0_An, sstp0); in cxl_write_sstp() 403 cxl_p2n_write(afu, CXL_SSTP1_An, sstp1); in cxl_write_sstp() 942 cxl_p2n_write(afu, CXL_PSL_PID_TID_An, pid); in cxl_attach_dedicated_process_psl8() 954 cxl_p2n_write(afu, CXL_PSL_AMR_An, amr); in cxl_attach_dedicated_process_psl8() 962 cxl_p2n_write(afu, CXL_PSL_WED_An, wed); in cxl_attach_dedicated_process_psl8() 1169 cxl_p2n_write(afu, CXL_PSL_TFC_An, CXL_PSL_TFC_An_A); in cxl_fail_irq_psl() 1449 cxl_p2n_write(afu, CXL_PSL_ErrStat_An, errstat); in recover_psl_err() [all …]
|
A D | pci.c | 953 cxl_p2n_write(afu, CXL_PSL_TFC_An, CXL_PSL_TFC_An_AE); in sanitise_afu_regs_psl9() 955 cxl_p2n_write(afu, CXL_PSL_TFC_An, CXL_PSL_TFC_An_A); in sanitise_afu_regs_psl9() 968 cxl_p2n_write(afu, CXL_PSL_ErrStat_An, reg); in sanitise_afu_regs_psl9() 999 cxl_p2n_write(afu, CXL_CSRP_An, 0x0000000000000000); in sanitise_afu_regs_psl8() 1000 cxl_p2n_write(afu, CXL_AURP1_An, 0x0000000000000000); in sanitise_afu_regs_psl8() 1001 cxl_p2n_write(afu, CXL_AURP0_An, 0x0000000000000000); in sanitise_afu_regs_psl8() 1002 cxl_p2n_write(afu, CXL_SSTP1_An, 0x0000000000000000); in sanitise_afu_regs_psl8() 1003 cxl_p2n_write(afu, CXL_SSTP0_An, 0x0000000000000000); in sanitise_afu_regs_psl8() 1008 cxl_p2n_write(afu, CXL_PSL_TFC_An, CXL_PSL_TFC_An_AE); in sanitise_afu_regs_psl8() 1010 cxl_p2n_write(afu, CXL_PSL_TFC_An, CXL_PSL_TFC_An_A); in sanitise_afu_regs_psl8() [all …]
|
A D | main.c | 42 cxl_p2n_write(afu, CXL_SLBIA_An, CXL_TLB_SLB_IQ_ALL); in cxl_afu_slbia()
|
A D | cxl.h | 821 static inline void cxl_p2n_write(struct cxl_afu *afu, cxl_p2n_reg_t reg, u64 val) in cxl_p2n_write() function
|
Completed in 18 milliseconds