Searched refs:AFU_Cntl (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/misc/cxl/
H A Dnative.c25 u64 AFU_Cntl; local
34 AFU_Cntl = cxl_p2n_read(afu, CXL_AFU_Cntl_An);
35 cxl_p2n_write(afu, CXL_AFU_Cntl_An, (AFU_Cntl & ~clear) | command);
37 AFU_Cntl = cxl_p2n_read(afu, CXL_AFU_Cntl_An);
38 while ((AFU_Cntl & mask) != result) {
52 AFU_Cntl | command);
54 AFU_Cntl = cxl_p2n_read(afu, CXL_AFU_Cntl_An);
57 if (AFU_Cntl & CXL_AFU_Cntl_An_RA) {
63 cxl_p2n_write(afu, CXL_AFU_Cntl_An, AFU_Cntl & ~CXL_AFU_Cntl_An_RA);
134 u64 AFU_Cntl local
[all...]

Completed in 272 milliseconds