Searched refs:SM_SMCSR_AERR (Results 1 – 2 of 2) sorted by relevance
146 if (SM_SMCSR_AERR(status) != SM_SMCSR_AERR_NO_ERROR) in caam_hal_sm_allocate_page()173 if (SM_SMCSR_AERR(status) != SM_SMCSR_AERR_NO_ERROR) in caam_hal_sm_deallocate_partition()193 if (SM_SMCSR_AERR(status) != SM_SMCSR_AERR_NO_ERROR) in caam_hal_sm_deallocate_pages()
37 #define SM_SMCSR_AERR(val) (((val) >> 12) & 0x3) macro