Lines Matching defs:AFU_Cntl
24 u64 AFU_Cntl;
33 AFU_Cntl = cxl_p2n_read(afu, CXL_AFU_Cntl_An);
34 cxl_p2n_write(afu, CXL_AFU_Cntl_An, (AFU_Cntl & ~clear) | command);
36 AFU_Cntl = cxl_p2n_read(afu, CXL_AFU_Cntl_An);
37 while ((AFU_Cntl & mask) != result) {
51 AFU_Cntl | command);
53 AFU_Cntl = cxl_p2n_read(afu, CXL_AFU_Cntl_An);
56 if (AFU_Cntl & CXL_AFU_Cntl_An_RA) {
62 cxl_p2n_write(afu, CXL_AFU_Cntl_An, AFU_Cntl & ~CXL_AFU_Cntl_An_RA);
133 u64 AFU_Cntl = cxl_p2n_read(afu, CXL_AFU_Cntl_An);
155 if ((AFU_Cntl & CXL_AFU_Cntl_An_ES_MASK) != CXL_AFU_Cntl_An_ES_Disabled) {