Searched refs:ESR_ELx_AR_SHIFT (Results 1 – 2 of 2) sorted by relevance
143 #define ESR_ELx_AR_SHIFT (14) macro144 #define ESR_ELx_AR (UL(1) << ESR_ELx_AR_SHIFT)
82 (esr & ESR_ELx_AR) >> ESR_ELx_AR_SHIFT); in data_abort_decode()